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 TlsPolicy
Use this in place of valueOf.static TlsPolicy
Returns 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 TypeMethodDescriptionvoid
ReceiptRule.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).