Uses of Class
software.amazon.awscdk.services.ses.CfnConfigurationSet.Builder
Packages that use CfnConfigurationSet.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnConfigurationSet.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return CfnConfigurationSet.BuilderModifier and TypeMethodDescriptionstatic CfnConfigurationSet.BuilderCfnConfigurationSet.Builder.deliveryOptions(IResolvable deliveryOptions) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).CfnConfigurationSet.Builder.deliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty deliveryOptions) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).The name of the configuration set.CfnConfigurationSet.Builder.reputationOptions(IResolvable reputationOptions) An object that represents the reputation settings for the configuration set.CfnConfigurationSet.Builder.reputationOptions(CfnConfigurationSet.ReputationOptionsProperty reputationOptions) An object that represents the reputation settings for the configuration set.CfnConfigurationSet.Builder.sendingOptions(IResolvable sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.CfnConfigurationSet.Builder.sendingOptions(CfnConfigurationSet.SendingOptionsProperty sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.CfnConfigurationSet.Builder.suppressionOptions(IResolvable suppressionOptions) An object that contains information about the suppression list preferences for your account.CfnConfigurationSet.Builder.suppressionOptions(CfnConfigurationSet.SuppressionOptionsProperty suppressionOptions) An object that contains information about the suppression list preferences for your account.CfnConfigurationSet.Builder.trackingOptions(IResolvable trackingOptions) The name of the custom open and click tracking domain associated with the configuration set.CfnConfigurationSet.Builder.trackingOptions(CfnConfigurationSet.TrackingOptionsProperty trackingOptions) The name of the custom open and click tracking domain associated with the configuration set.CfnConfigurationSet.Builder.vdmOptions(IResolvable vdmOptions) The Virtual Deliverability Manager (VDM) options that apply to the configuration set.CfnConfigurationSet.Builder.vdmOptions(CfnConfigurationSet.VdmOptionsProperty vdmOptions) The Virtual Deliverability Manager (VDM) options that apply to the configuration set.