Uses of Class
com.amazonaws.services.simpleemail.model.SNSActionEncoding
-
Packages that use SNSActionEncoding Package Description com.amazonaws.services.simpleemail.model -
-
Uses of SNSActionEncoding in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SNSActionEncoding Modifier and Type Method Description static SNSActionEncodingSNSActionEncoding. fromValue(String value)Use this in place of valueOf.static SNSActionEncodingSNSActionEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static SNSActionEncoding[]SNSActionEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type SNSActionEncoding Modifier and Type Method Description voidSNSAction. setEncoding(SNSActionEncoding encoding)The encoding to use for the email within the Amazon SNS notification.SNSActionSNSAction. withEncoding(SNSActionEncoding encoding)The encoding to use for the email within the Amazon SNS notification.
-