| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartArchiveExportResult> |
AWSMailManagerAsyncClient.startArchiveExportAsync(StartArchiveExportRequest request,
AsyncHandler<StartArchiveExportRequest,StartArchiveExportResult> asyncHandler) |
Future<StartArchiveExportResult> |
AbstractAWSMailManagerAsync.startArchiveExportAsync(StartArchiveExportRequest request,
AsyncHandler<StartArchiveExportRequest,StartArchiveExportResult> asyncHandler) |
Future<StartArchiveExportResult> |
AWSMailManagerAsync.startArchiveExportAsync(StartArchiveExportRequest startArchiveExportRequest,
AsyncHandler<StartArchiveExportRequest,StartArchiveExportResult> asyncHandler)
Initiates an export of emails from the specified archive.
|
| Modifier and Type | Method and Description |
|---|---|
StartArchiveExportRequest |
StartArchiveExportRequest.clone() |
StartArchiveExportRequest |
StartArchiveExportRequest.withArchiveId(String archiveId)
The identifier of the archive to export emails from.
|
StartArchiveExportRequest |
StartArchiveExportRequest.withExportDestinationConfiguration(ExportDestinationConfiguration exportDestinationConfiguration)
Details on where to deliver the exported email data.
|
StartArchiveExportRequest |
StartArchiveExportRequest.withFilters(ArchiveFilters filters)
Criteria to filter which emails are included in the export.
|
StartArchiveExportRequest |
StartArchiveExportRequest.withFromTimestamp(Date fromTimestamp)
The start of the timestamp range to include emails from.
|
StartArchiveExportRequest |
StartArchiveExportRequest.withMaxResults(Integer maxResults)
The maximum number of email items to include in the export.
|
StartArchiveExportRequest |
StartArchiveExportRequest.withToTimestamp(Date toTimestamp)
The end of the timestamp range to include emails from.
|
Copyright © 2024. All rights reserved.