Uses of Enum
com.amazonaws.services.simpleemail.model.SNSActionEncoding
Packages that use SNSActionEncoding
-
Uses of SNSActionEncoding in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SNSActionEncodingModifier and TypeMethodDescriptionstatic SNSActionEncoding
Use this in place of valueOf.static SNSActionEncoding
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 SNSActionEncodingModifier and TypeMethodDescriptionvoid
SNSAction.setEncoding
(SNSActionEncoding encoding) The encoding to use for the email within the Amazon SNS notification.SNSAction.withEncoding
(SNSActionEncoding encoding) The encoding to use for the email within the Amazon SNS notification.