Uses of Interface
software.amazon.awssdk.services.ses.model.SetIdentityNotificationTopicRequest.Builder
-
Packages that use SetIdentityNotificationTopicRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of SetIdentityNotificationTopicRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SetIdentityNotificationTopicRequest.Builder Modifier and Type Method Description default CompletableFuture<SetIdentityNotificationTopicResponse>SesAsyncClient. setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest)Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.default SetIdentityNotificationTopicResponseSesClient. 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.Builder Modifier and Type Method Description static SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest. builder()SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. identity(String identity)The identity (email address or domain) for the Amazon SNS topic.SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. notificationType(String notificationType)The type of notifications that are published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. notificationType(NotificationType notificationType)The type of notifications that are published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest.Builder. snsTopic(String snsTopic)The Amazon Resource Name (ARN) of the Amazon SNS topic.SetIdentityNotificationTopicRequest.BuilderSetIdentityNotificationTopicRequest. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SetIdentityNotificationTopicRequest.Builder Modifier and Type Method Description static Class<? extends SetIdentityNotificationTopicRequest.Builder>SetIdentityNotificationTopicRequest. serializableBuilderClass()
-