Uses of Enum
software.amazon.awssdk.services.ses.model.SNSActionEncoding
Packages that use SNSActionEncoding
-
Uses of SNSActionEncoding in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SNSActionEncodingModifier and TypeMethodDescriptionfinal SNSActionEncodingSNSAction.encoding()The encoding to use for the email within the Amazon SNS notification.static SNSActionEncodingUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ses.model that return types with arguments of type SNSActionEncodingMethods in software.amazon.awssdk.services.ses.model with parameters of type SNSActionEncodingModifier and TypeMethodDescriptionSNSAction.Builder.encoding(SNSActionEncoding encoding) The encoding to use for the email within the Amazon SNS notification.