Uses of Enum
software.amazon.awscdk.services.ses.actions.EmailEncoding
Packages that use EmailEncoding
Package
Description
Amazon Simple Email Service Actions Library
-
Uses of EmailEncoding in software.amazon.awscdk.services.ses.actions
Methods in software.amazon.awscdk.services.ses.actions that return EmailEncodingModifier and TypeMethodDescriptiondefault EmailEncodingSnsProps.getEncoding()The encoding to use for the email within the Amazon SNS notification.final EmailEncodingSnsProps.Jsii$Proxy.getEncoding()static EmailEncodingReturns the enum constant of this type with the specified name.static EmailEncoding[]EmailEncoding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ses.actions with parameters of type EmailEncodingModifier and TypeMethodDescriptionSns.Builder.encoding(EmailEncoding encoding) The encoding to use for the email within the Amazon SNS notification.SnsProps.Builder.encoding(EmailEncoding encoding) Sets the value ofSnsProps.getEncoding()