| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetArchiveExportResult |
AWSMailManagerClient.getArchiveExport(GetArchiveExportRequest request)
Retrieves the details and current status of a specific email archive export job.
|
GetArchiveExportResult |
AWSMailManager.getArchiveExport(GetArchiveExportRequest getArchiveExportRequest)
Retrieves the details and current status of a specific email archive export job.
|
GetArchiveExportResult |
AbstractAWSMailManager.getArchiveExport(GetArchiveExportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetArchiveExportResult> |
AWSMailManagerAsyncClient.getArchiveExportAsync(GetArchiveExportRequest request,
AsyncHandler<GetArchiveExportRequest,GetArchiveExportResult> asyncHandler) |
Future<GetArchiveExportResult> |
AWSMailManagerAsync.getArchiveExportAsync(GetArchiveExportRequest getArchiveExportRequest,
AsyncHandler<GetArchiveExportRequest,GetArchiveExportResult> asyncHandler)
Retrieves the details and current status of a specific email archive export job.
|
Future<GetArchiveExportResult> |
AbstractAWSMailManagerAsync.getArchiveExportAsync(GetArchiveExportRequest request,
AsyncHandler<GetArchiveExportRequest,GetArchiveExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetArchiveExportResult |
GetArchiveExportResult.clone() |
GetArchiveExportResult |
GetArchiveExportResult.withArchiveId(String archiveId)
The identifier of the archive the email export was performed from.
|
GetArchiveExportResult |
GetArchiveExportResult.withExportDestinationConfiguration(ExportDestinationConfiguration exportDestinationConfiguration)
Where the exported emails are being delivered.
|
GetArchiveExportResult |
GetArchiveExportResult.withFilters(ArchiveFilters filters)
The criteria used to filter emails included in the export.
|
GetArchiveExportResult |
GetArchiveExportResult.withFromTimestamp(Date fromTimestamp)
The start of the timestamp range the exported emails cover.
|
GetArchiveExportResult |
GetArchiveExportResult.withMaxResults(Integer maxResults)
The maximum number of email items included in the export.
|
GetArchiveExportResult |
GetArchiveExportResult.withStatus(ExportStatus status)
The current status of the export job.
|
GetArchiveExportResult |
GetArchiveExportResult.withToTimestamp(Date toTimestamp)
The end of the date range the exported emails cover.
|
Copyright © 2024. All rights reserved.