Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsyncClient.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest request,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler) |
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsync.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime . |
Future<RestoreTableToPointInTimeResult> |
AbstractAmazonDynamoDBAsync.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest request,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.clone() |
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withSourceTableName(String sourceTableName)
Name of the source table that is being restored.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withTargetTableName(String targetTableName)
The name of the new table to which it must be restored to.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time.
|
Copyright © 2019. All rights reserved.