| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ExportStatus |
ExportStatus.clone() |
ExportStatus |
ExportSummary.getStatus()
The current status of the export job.
|
ExportStatus |
GetArchiveExportResult.getStatus()
The current status of the export job.
|
ExportStatus |
ExportStatus.withCompletionTimestamp(Date completionTimestamp)
The timestamp of when the export job completed (if finished).
|
ExportStatus |
ExportStatus.withErrorMessage(String errorMessage)
An error message if the export job failed.
|
ExportStatus |
ExportStatus.withState(ExportState state)
The current state of the export job.
|
ExportStatus |
ExportStatus.withState(String state)
The current state of the export job.
|
ExportStatus |
ExportStatus.withSubmissionTimestamp(Date submissionTimestamp)
The timestamp of when the export job was submitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportSummary.setStatus(ExportStatus status)
The current status of the export job.
|
void |
GetArchiveExportResult.setStatus(ExportStatus status)
The current status of the export job.
|
ExportSummary |
ExportSummary.withStatus(ExportStatus status)
The current status of the export job.
|
GetArchiveExportResult |
GetArchiveExportResult.withStatus(ExportStatus status)
The current status of the export job.
|
Copyright © 2024. All rights reserved.