| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
RestoreTableToPointInTimeResult |
AmazonDynamoDBClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
RestoreTableToPointInTimeResult |
AmazonDynamoDB.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsyncClient.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsync.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsyncClient.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsync.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsyncClient.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
Future<RestoreTableToPointInTimeResult> |
AmazonDynamoDBAsync.restoreTableToPointInTimeAsync(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest,
AsyncHandler<RestoreTableToPointInTimeRequest,RestoreTableToPointInTimeResult> asyncHandler)
Restores the specified table to the specified point in time within
EarliestRestorableDateTime and
LatestRestorableDateTime. |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableToPointInTimeResult |
RestoreTableToPointInTimeResult.withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
Copyright © 2018. All rights reserved.