Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
Modifier and Type | Method and Description |
---|---|
default RestoreTableFromBackupResponse |
DynamoDbClient.restoreTableFromBackup(Consumer<RestoreTableFromBackupRequest.Builder> restoreTableFromBackupRequest)
Creates a new table from an existing backup.
|
default RestoreTableFromBackupResponse |
DynamoDbClient.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest)
Creates a new table from an existing backup.
|
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 © 2020. All rights reserved.