Uses of Enum
software.amazon.awscdk.services.ses.ConfigurationSetTlsPolicy
Packages that use ConfigurationSetTlsPolicy
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ConfigurationSetTlsPolicy in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return ConfigurationSetTlsPolicyModifier and TypeMethodDescriptiondefault ConfigurationSetTlsPolicyConfigurationSetProps.getTlsPolicy()Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).ConfigurationSetProps.Jsii$Proxy.getTlsPolicy()static ConfigurationSetTlsPolicyReturns the enum constant of this type with the specified name.static ConfigurationSetTlsPolicy[]ConfigurationSetTlsPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ses with parameters of type ConfigurationSetTlsPolicyModifier and TypeMethodDescriptionConfigurationSet.Builder.tlsPolicy(ConfigurationSetTlsPolicy tlsPolicy) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).ConfigurationSetProps.Builder.tlsPolicy(ConfigurationSetTlsPolicy tlsPolicy) Sets the value ofConfigurationSetProps.getTlsPolicy()