Uses of Class
com.amazonaws.services.simpleemail.model.SNSAction
Packages that use SNSAction
-
Uses of SNSAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SNSActionModifier and TypeMethodDescriptionSNSAction.clone()
ReceiptAction.getSNSAction()
Publishes the email content within a notification to Amazon SNS.SNSAction.withEncoding
(SNSActionEncoding encoding) The encoding to use for the email within the Amazon SNS notification.SNSAction.withEncoding
(String encoding) The encoding to use for the email within the Amazon SNS notification.SNSAction.withTopicArn
(String topicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.Methods in com.amazonaws.services.simpleemail.model with parameters of type SNSActionModifier and TypeMethodDescriptionvoid
ReceiptAction.setSNSAction
(SNSAction sNSAction) Publishes the email content within a notification to Amazon SNS.ReceiptAction.withSNSAction
(SNSAction sNSAction) Publishes the email content within a notification to Amazon SNS.