| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableToPointInTimeResponse |
DynamoDbClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
default CompletableFuture<RestoreTableToPointInTimeResponse> |
DynamoDbAsyncClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
RestoreTableToPointInTimeRequestMarshaller.marshall(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) |
Copyright © 2019. All rights reserved.