Uses of Interface
software.amazon.awscdk.services.ses.CfnConfigurationSet.DeliveryOptionsProperty
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnConfigurationSet.DeliveryOptionsProperty in software.amazon.awscdk.services.ses
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnConfigurationSet.DeliveryOptionsProperty
Modifier and TypeMethodDescriptionCfnConfigurationSet.DeliveryOptionsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnConfigurationSet.Builder.deliveryOptions
(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).CfnConfigurationSetProps.Builder.deliveryOptions
(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions) Sets the value ofCfnConfigurationSetProps.getDeliveryOptions()
void
CfnConfigurationSet.setDeliveryOptions
(CfnConfigurationSet.DeliveryOptionsProperty value) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).