Uses of Class
software.amazon.awssdk.services.mailmanager.model.ExportDestinationConfiguration
-
Packages that use ExportDestinationConfiguration Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ExportDestinationConfiguration in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ExportDestinationConfiguration Modifier and Type Method Description ExportDestinationConfigurationGetArchiveExportResponse. exportDestinationConfiguration()Where the exported emails are being delivered.ExportDestinationConfigurationStartArchiveExportRequest. exportDestinationConfiguration()Details on where to deliver the exported email data.static ExportDestinationConfigurationExportDestinationConfiguration. fromS3(Consumer<S3ExportDestinationConfiguration.Builder> s3)Create an instance of this class withs3()initialized to the given value.static ExportDestinationConfigurationExportDestinationConfiguration. fromS3(S3ExportDestinationConfiguration s3)Create an instance of this class withs3()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ExportDestinationConfiguration Modifier and Type Method Description GetArchiveExportResponse.BuilderGetArchiveExportResponse.Builder. exportDestinationConfiguration(ExportDestinationConfiguration exportDestinationConfiguration)Where the exported emails are being delivered.StartArchiveExportRequest.BuilderStartArchiveExportRequest.Builder. exportDestinationConfiguration(ExportDestinationConfiguration exportDestinationConfiguration)Details on where to deliver the exported email data.
-