Uses of Class
software.amazon.awssdk.services.sesv2.model.TlsPolicy
-
Packages that use TlsPolicy Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of TlsPolicy in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TlsPolicy Modifier and Type Method Description static TlsPolicyTlsPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TlsPolicyDeliveryOptions. tlsPolicy()Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).TlsPolicyPutConfigurationSetDeliveryOptionsRequest. tlsPolicy()Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).static TlsPolicyTlsPolicy. 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 software.amazon.awssdk.services.sesv2.model that return types with arguments of type TlsPolicy Modifier and Type Method Description static Set<TlsPolicy>TlsPolicy. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TlsPolicy Modifier and Type Method Description DeliveryOptions.BuilderDeliveryOptions.Builder. tlsPolicy(TlsPolicy tlsPolicy)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).PutConfigurationSetDeliveryOptionsRequest.BuilderPutConfigurationSetDeliveryOptionsRequest.Builder. tlsPolicy(TlsPolicy tlsPolicy)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
-