Uses of Class
software.amazon.awssdk.services.sesv2.model.ArchivingOptions
-
Packages that use ArchivingOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ArchivingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ArchivingOptions Modifier and Type Method Description ArchivingOptionsCreateConfigurationSetRequest. archivingOptions()An object that defines the MailManager archiving options for emails that you send using the configuration set.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 ArchivingOptions Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. archivingOptions(ArchivingOptions archivingOptions)An object that defines the MailManager archiving options for emails that you send using the configuration set.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. archivingOptions(ArchivingOptions archivingOptions)An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.
-