Uses of Class
com.amazonaws.services.simpleemail.model.SetIdentityNotificationTopicRequest
Packages that use SetIdentityNotificationTopicRequest
-
Uses of SetIdentityNotificationTopicRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type SetIdentityNotificationTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.setIdentityNotificationTopic
(SetIdentityNotificationTopicRequest request) AmazonSimpleEmailService.setIdentityNotificationTopic
(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest) Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as theSource
.AmazonSimpleEmailServiceClient.setIdentityNotificationTopic
(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest) Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as theSource
.AbstractAmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request) AbstractAmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest) Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as theSource
.AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as theSource
.AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request) AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type SetIdentityNotificationTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as theSource
.AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync
(SetIdentityNotificationTopicRequest request, AsyncHandler<SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResult> asyncHandler) -
Uses of SetIdentityNotificationTopicRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SetIdentityNotificationTopicRequestModifier and TypeMethodDescriptionSetIdentityNotificationTopicRequest.clone()
SetIdentityNotificationTopicRequest.withIdentity
(String identity) The identity for which the Amazon SNS topic will be set.SetIdentityNotificationTopicRequest.withNotificationType
(NotificationType notificationType) The type of notifications that will be published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.withNotificationType
(String notificationType) The type of notifications that will be published to the specified Amazon SNS topic.SetIdentityNotificationTopicRequest.withSnsTopic
(String snsTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic.