| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default SetIdentityHeadersInNotificationsEnabledResponse |
SesClient.setIdentityHeadersInNotificationsEnabled(Consumer<SetIdentityHeadersInNotificationsEnabledRequest.Builder> setIdentityHeadersInNotificationsEnabledRequest)
Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in
the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.
|
default CompletableFuture<SetIdentityHeadersInNotificationsEnabledResponse> |
SesAsyncClient.setIdentityHeadersInNotificationsEnabled(Consumer<SetIdentityHeadersInNotificationsEnabledRequest.Builder> setIdentityHeadersInNotificationsEnabledRequest)
Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in
the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.
|
| Modifier and Type | Method and Description |
|---|---|
static SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.builder() |
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.enabled(Boolean enabled)
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified
notification type.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.identity(String identity)
The identity for which to enable or disable headers in notifications.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.notificationType(NotificationType notificationType)
The notification type for which to enable or disable headers in notifications.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.notificationType(String notificationType)
The notification type for which to enable or disable headers in notifications.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
SetIdentityHeadersInNotificationsEnabledRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetIdentityHeadersInNotificationsEnabledRequest.Builder> |
SetIdentityHeadersInNotificationsEnabledRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.