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.
|
ExportSummary |
ExportSummary.withExportType(ExportType exportType)
Choice of whether to execute as a full export or incremental export.
|
ExportSummary |
ExportSummary.withExportType(String exportType)
Choice of whether to execute as a full export or incremental export.
|
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 © 2023. All rights reserved.