| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportDestination |
ExportDestination.clone() |
ExportDestination |
GetExportJobResult.getExportDestination()
The destination of the export job.
|
ExportDestination |
CreateExportJobRequest.getExportDestination()
The destination for the export job.
|
ExportDestination |
ExportDestination.withDataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination |
ExportDestination.withDataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination |
ExportDestination.withS3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExportJobResult.setExportDestination(ExportDestination exportDestination)
The destination of the export job.
|
void |
CreateExportJobRequest.setExportDestination(ExportDestination exportDestination)
The destination for the export job.
|
GetExportJobResult |
GetExportJobResult.withExportDestination(ExportDestination exportDestination)
The destination of the export job.
|
CreateExportJobRequest |
CreateExportJobRequest.withExportDestination(ExportDestination exportDestination)
The destination for the export job.
|
Copyright © 2025. All rights reserved.