Uses of Class
com.amazonaws.services.simpleemail.model.SetIdentityNotificationTopicResult

Packages that use SetIdentityNotificationTopicResult
com.amazonaws.services.simpleemail Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService. 
 

Uses of SetIdentityNotificationTopicResult in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail that return SetIdentityNotificationTopicResult
 SetIdentityNotificationTopicResult AmazonSimpleEmailServiceClient.setIdentityNotificationTopic(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 SetIdentityNotificationTopicResult AmazonSimpleEmailService.setIdentityNotificationTopic(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 

Methods in com.amazonaws.services.simpleemail that return types with arguments of type SetIdentityNotificationTopicResult
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest,SetIdentityNotificationTopicResult> asyncHandler)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest,SetIdentityNotificationTopicResult> asyncHandler)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 

Method parameters in com.amazonaws.services.simpleemail with type arguments of type SetIdentityNotificationTopicResult
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsyncClient.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest,SetIdentityNotificationTopicResult> asyncHandler)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 Future<SetIdentityNotificationTopicResult> AmazonSimpleEmailServiceAsync.setIdentityNotificationTopicAsync(SetIdentityNotificationTopicRequest setIdentityNotificationTopicRequest, AsyncHandler<SetIdentityNotificationTopicRequest,SetIdentityNotificationTopicResult> asyncHandler)
           Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon SES will publish bounce and complaint notifications for emails sent with that identity as the Source .
 



Copyright © 2016. All rights reserved.