Uses of Interface
software.amazon.awscdk.services.ses.CfnConfigurationSet.ArchivingOptionsProperty
Packages that use CfnConfigurationSet.ArchivingOptionsProperty
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnConfigurationSet.ArchivingOptionsProperty in software.amazon.awscdk.services.ses
Classes in software.amazon.awscdk.services.ses that implement CfnConfigurationSet.ArchivingOptionsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnConfigurationSet.ArchivingOptionsPropertyMethods in software.amazon.awscdk.services.ses that return CfnConfigurationSet.ArchivingOptionsPropertyModifier and TypeMethodDescriptionCfnConfigurationSet.ArchivingOptionsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ses with parameters of type CfnConfigurationSet.ArchivingOptionsPropertyModifier and TypeMethodDescriptionCfnConfigurationSet.Builder.archivingOptions(CfnConfigurationSet.ArchivingOptionsProperty archivingOptions) An object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.CfnConfigurationSetProps.Builder.archivingOptions(CfnConfigurationSet.ArchivingOptionsProperty archivingOptions) Sets the value ofCfnConfigurationSetProps.getArchivingOptions()voidCfnConfigurationSet.setArchivingOptions(CfnConfigurationSet.ArchivingOptionsProperty value) An object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.