Uses of Enum
com.amazonaws.services.simpleemail.model.TlsPolicy
Packages that use TlsPolicy
-
Uses of TlsPolicy in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return TlsPolicyModifier and TypeMethodDescriptionstatic TlsPolicyUse this in place of valueOf.static TlsPolicyReturns the enum constant of this type with the specified name.static TlsPolicy[]TlsPolicy.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 TlsPolicyModifier and TypeMethodDescriptionvoidReceiptRule.setTlsPolicy(TlsPolicy tlsPolicy) Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).ReceiptRule.withTlsPolicy(TlsPolicy tlsPolicy) Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).