Uses of Enum
software.amazon.awssdk.services.ses.model.TlsPolicy
Packages that use TlsPolicy
-
Uses of TlsPolicy in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return TlsPolicyModifier and TypeMethodDescriptionstatic TlsPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TlsPolicyDeliveryOptions.tlsPolicy()Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).final TlsPolicyReceiptRule.tlsPolicy()Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).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 software.amazon.awssdk.services.ses.model that return types with arguments of type TlsPolicyMethods in software.amazon.awssdk.services.ses.model with parameters of type TlsPolicyModifier and TypeMethodDescriptionSpecifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).