| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
ExportStatus |
ExportStatus.clone() |
ExportStatus |
GetExportResult.getExportStatus()
The status of this specific export.
|
ExportStatus |
ExportReference.getExportStatus()
The status of this specific data export.
|
ExportStatus |
ExportStatus.withCreatedAt(Date createdAt)
The timestamp of when the export was created.
|
ExportStatus |
ExportStatus.withLastRefreshedAt(Date lastRefreshedAt)
The timestamp of when the export was last generated.
|
ExportStatus |
ExportStatus.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the export was updated.
|
ExportStatus |
ExportStatus.withStatusCode(ExportStatusCode statusCode)
The status code for the request.
|
ExportStatus |
ExportStatus.withStatusCode(String statusCode)
The status code for the request.
|
ExportStatus |
ExportStatus.withStatusReason(ExecutionStatusReason statusReason)
The description for the status code.
|
ExportStatus |
ExportStatus.withStatusReason(String statusReason)
The description for the status code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExportResult.setExportStatus(ExportStatus exportStatus)
The status of this specific export.
|
void |
ExportReference.setExportStatus(ExportStatus exportStatus)
The status of this specific data export.
|
GetExportResult |
GetExportResult.withExportStatus(ExportStatus exportStatus)
The status of this specific export.
|
ExportReference |
ExportReference.withExportStatus(ExportStatus exportStatus)
The status of this specific data export.
|
Copyright © 2025. All rights reserved.