Uses of Class
software.amazon.awssdk.services.ses.model.SNSActionEncoding
-
Packages that use SNSActionEncoding Package Description software.amazon.awssdk.services.ses.model -
-
Uses of SNSActionEncoding in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSActionEncoding Modifier and Type Method Description SNSActionEncodingSNSAction. encoding()The encoding to use for the email within the Amazon SNS notification.static SNSActionEncodingSNSActionEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ses.model that return types with arguments of type SNSActionEncoding Modifier and Type Method Description static Set<SNSActionEncoding>SNSActionEncoding. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type SNSActionEncoding Modifier and Type Method Description SNSAction.BuilderSNSAction.Builder. encoding(SNSActionEncoding encoding)The encoding to use for the email within the Amazon SNS notification.
-