| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSummary |
ExportSummary.clone() |
ExportSummary |
ExportSummary.withExportId(String exportId)
The unique identifier of the export job.
|
ExportSummary |
ExportSummary.withStatus(ExportStatus status)
The current status of the export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportSummary> |
ListArchiveExportsResult.getExports()
The list of export job identifiers and statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ListArchiveExportsResult |
ListArchiveExportsResult.withExports(ExportSummary... exports)
The list of export job identifiers and statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListArchiveExportsResult.setExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
|
ListArchiveExportsResult |
ListArchiveExportsResult.withExports(Collection<ExportSummary> exports)
The list of export job identifiers and statuses.
|
Copyright © 2024. All rights reserved.