| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
ExportReference |
ExportReference.clone() |
ExportReference |
ExportReference.withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
ExportReference |
ExportReference.withExportName(String exportName)
The name of this specific data export.
|
ExportReference |
ExportReference.withExportStatus(ExportStatus exportStatus)
The status of this specific data export.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportReference> |
ListExportsResult.getExports()
The details of the exports, including name and export status.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
ListExportsResult.withExports(ExportReference... exports)
The details of the exports, including name and export status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsResult.setExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
|
ListExportsResult |
ListExportsResult.withExports(Collection<ExportReference> exports)
The details of the exports, including name and export status.
|
Copyright © 2023. All rights reserved.