| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default ExportTableToPointInTimeResponse |
DynamoDbClient.exportTableToPointInTime(Consumer<ExportTableToPointInTimeRequest.Builder> exportTableToPointInTimeRequest)
Exports table data to an S3 bucket.
|
default ExportTableToPointInTimeResponse |
DynamoDbClient.exportTableToPointInTime(ExportTableToPointInTimeRequest exportTableToPointInTimeRequest)
Exports table data to an S3 bucket.
|
default RestoreTableToPointInTimeResponse |
DynamoDbClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
default RestoreTableToPointInTimeResponse |
DynamoDbClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
Copyright © 2023. All rights reserved.