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> |
AbstractAmazonDynamoDBAsync.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 . |
Modifier and Type | Method and Description |
---|---|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.clone() |
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withBillingModeOverride(BillingMode billingModeOverride)
The billing mode of the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withBillingModeOverride(String billingModeOverride)
The billing mode of the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withGlobalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride)
List of global secondary indexes for the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withGlobalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride)
List of global secondary indexes for the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withLocalSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withProvisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withSourceTableArn(String sourceTableArn)
The DynamoDB table that will be restored.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withSourceTableName(String sourceTableName)
Name of the source table that is being restored.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withSSESpecificationOverride(SSESpecification sSESpecificationOverride)
The new server-side encryption settings for the restored table.
|
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 © 2021. All rights reserved.