Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ExportSummary |
ExportSummary.clone() |
ExportSummary |
ExportSummary.withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
|
ExportSummary |
ExportSummary.withExportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportSummary |
ExportSummary.withExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
Modifier and Type | Method and Description |
---|---|
List<ExportSummary> |
ListExportsResult.getExportSummaries()
A list of
ExportSummary objects. |
Modifier and Type | Method and Description |
---|---|
ListExportsResult |
ListExportsResult.withExportSummaries(ExportSummary... exportSummaries)
A list of
ExportSummary objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListExportsResult.setExportSummaries(Collection<ExportSummary> exportSummaries)
A list of
ExportSummary objects. |
ListExportsResult |
ListExportsResult.withExportSummaries(Collection<ExportSummary> exportSummaries)
A list of
ExportSummary objects. |
Copyright © 2022. All rights reserved.