Uses of Interface
software.amazon.awssdk.services.sesv2.model.ArchivingOptions.Builder
-
Packages that use ArchivingOptions.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ArchivingOptions.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ArchivingOptions.Builder Modifier and Type Method Description ArchivingOptions.BuilderArchivingOptions.Builder. archiveArn(String archiveArn)The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.static ArchivingOptions.BuilderArchivingOptions. builder()ArchivingOptions.BuilderArchivingOptions. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ArchivingOptions.Builder Modifier and Type Method Description static Class<? extends ArchivingOptions.Builder>ArchivingOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ArchivingOptions.Builder Modifier and Type Method Description default CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. archivingOptions(Consumer<ArchivingOptions.Builder> archivingOptions)An object that defines the MailManager archiving options for emails that you send using the configuration set.default GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. archivingOptions(Consumer<ArchivingOptions.Builder> archivingOptions)An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.
-