Uses of Class
com.amazonaws.services.simpleemail.model.TlsPolicy
-
Packages that use TlsPolicy Package Description com.amazonaws.services.simpleemail.model -
-
Uses of TlsPolicy in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return TlsPolicy Modifier and Type Method Description static TlsPolicy
TlsPolicy. fromValue(String value)
Use this in place of valueOf.static TlsPolicy
TlsPolicy. valueOf(String name)
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 TlsPolicy Modifier and Type Method Description void
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
ReceiptRule. withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
-