Uses of Interface
software.amazon.awssdk.services.ses.model.SetIdentityNotificationTopicRequest.Builder
Packages that use SetIdentityNotificationTopicRequest.Builder
Package
Description
-
Uses of SetIdentityNotificationTopicRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SetIdentityNotificationTopicRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest) Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.SesClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest) Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. -
Uses of SetIdentityNotificationTopicRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SetIdentityNotificationTopicRequest.BuilderModifier and TypeMethodDescriptionSetIdentityNotificationTopicRequest.builder()The identity (email address or domain) for the Amazon SNS topic.SetIdentityNotificationTopicRequest.Builder.notificationType(String notificationType) The type of notifications that are published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.Builder.notificationType(NotificationType notificationType) The type of notifications that are published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetIdentityNotificationTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the Amazon SNS topic.SetIdentityNotificationTopicRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SetIdentityNotificationTopicRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetIdentityNotificationTopicRequest.Builder>SetIdentityNotificationTopicRequest.serializableBuilderClass()