Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityNotificationTopicResponse
Packages that use SetIdentityNotificationTopicResponse
-
Uses of SetIdentityNotificationTopicResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetIdentityNotificationTopicResponseModifier and TypeMethodDescriptionSesClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest) Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.SesClient.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 SetIdentityNotificationTopicResponseModifier and TypeMethodDescriptionSesAsyncClient.setIdentityNotificationTopic(Consumer<SetIdentityNotificationTopicRequest.Builder> setIdentityNotificationTopicRequest) Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.SesAsyncClient.setIdentityNotificationTopic(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest) Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications.