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 SNSActionEncoding
SNSActionEncoding. fromValue(String value)
Use this in place of valueOf.static SNSActionEncoding
SNSActionEncoding. 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 void
SNSAction. setEncoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.SNSAction
SNSAction. withEncoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.
-