Uses of Class
software.amazon.awssdk.services.sesv2.model.ArchivingOptions
Packages that use ArchivingOptions
-
Uses of ArchivingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ArchivingOptionsModifier and TypeMethodDescriptionfinal ArchivingOptionsCreateConfigurationSetRequest.archivingOptions()An object that defines the MailManager archiving options for emails that you send using the configuration set.final ArchivingOptionsGetConfigurationSetResponse.archivingOptions()An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ArchivingOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.archivingOptions(ArchivingOptions archivingOptions) An object that defines the MailManager archiving options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder.archivingOptions(ArchivingOptions archivingOptions) An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.