Uses of Enum
com.amazonaws.services.simpleemail.model.SNSActionEncoding
Packages that use SNSActionEncoding
-
Uses of SNSActionEncoding in com.amazonaws.services.simpleemail.model
Subclasses with type arguments of type SNSActionEncoding in com.amazonaws.services.simpleemail.modelMethods in com.amazonaws.services.simpleemail.model that return SNSActionEncodingModifier and TypeMethodDescriptionstatic SNSActionEncodingUse this in place of valueOf.static SNSActionEncodingReturns 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 TypeMethodDescriptionvoidSNSAction.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.