Uses of Class
com.amazonaws.services.simpleemail.model.SNSAction
-
Packages that use SNSAction Package Description com.amazonaws.services.simpleemail.model -
-
Uses of SNSAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SNSAction Modifier and Type Method Description SNSAction
SNSAction. clone()
SNSAction
ReceiptAction. getSNSAction()
Publishes the email content within a notification to Amazon SNS.SNSAction
SNSAction. withEncoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.SNSAction
SNSAction. withEncoding(String encoding)
The encoding to use for the email within the Amazon SNS notification.SNSAction
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 SNSAction Modifier and Type Method Description void
ReceiptAction. setSNSAction(SNSAction sNSAction)
Publishes the email content within a notification to Amazon SNS.ReceiptAction
ReceiptAction. withSNSAction(SNSAction sNSAction)
Publishes the email content within a notification to Amazon SNS.
-