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 SNSActionSNSAction. clone()SNSActionReceiptAction. getSNSAction()Publishes the email content within a notification to Amazon SNS.SNSActionSNSAction. withEncoding(SNSActionEncoding encoding)The encoding to use for the email within the Amazon SNS notification.SNSActionSNSAction. withEncoding(String encoding)The encoding to use for the email within the Amazon SNS notification.SNSActionSNSAction. 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 voidReceiptAction. setSNSAction(SNSAction sNSAction)Publishes the email content within a notification to Amazon SNS.ReceiptActionReceiptAction. withSNSAction(SNSAction sNSAction)Publishes the email content within a notification to Amazon SNS.
-