Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityNotificationTopicResponse
-
Packages that use SetIdentityNotificationTopicResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of SetIdentityNotificationTopicResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetIdentityNotificationTopicResponse Modifier and Type Method Description default SetIdentityNotificationTopicResponseSesClient. setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest)Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.default SetIdentityNotificationTopicResponseSesClient. setIdentityNotificationTopic(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.Methods in software.amazon.awssdk.services.ses that return types with arguments of type SetIdentityNotificationTopicResponse 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 CompletableFuture<SetIdentityNotificationTopicResponse>SesAsyncClient. setIdentityNotificationTopic(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.
-