| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default SetIdentityNotificationTopicResponse |
SesClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest)
Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.
|
default CompletableFuture<SetIdentityNotificationTopicResponse> |
SesAsyncClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest)
Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.builder() |
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.identity(String identity)
The identity (email address or domain) that you want to set the Amazon SNS topic for.
|
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.notificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.notificationType(String notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.Builder.snsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
SetIdentityNotificationTopicRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetIdentityNotificationTopicRequest.Builder> |
SetIdentityNotificationTopicRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.