Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityNotificationTopicRequest
-
Packages that use SetIdentityNotificationTopicRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of SetIdentityNotificationTopicRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type SetIdentityNotificationTopicRequest Modifier and Type Method Description default CompletableFuture<SetIdentityNotificationTopicResponse>SesAsyncClient. setIdentityNotificationTopic(SetIdentityNotificationTopicRequest 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. -
Uses of SetIdentityNotificationTopicRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type SetIdentityNotificationTopicRequest Modifier and Type Method Description SdkHttpFullRequestSetIdentityNotificationTopicRequestMarshaller. marshall(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)
-