| 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 |
|---|---|
RestoreTableFromBackupResult |
AmazonDynamoDBClient.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest)
Creates a new table from an existing backup.
|
RestoreTableFromBackupResult |
AmazonDynamoDB.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest)
Creates a new table from an existing backup.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableFromBackupResult> |
AmazonDynamoDBAsyncClient.restoreTableFromBackupAsync(RestoreTableFromBackupRequest restoreTableFromBackupRequest,
AsyncHandler<RestoreTableFromBackupRequest,RestoreTableFromBackupResult> asyncHandler)
Creates a new table from an existing backup.
|
Future<RestoreTableFromBackupResult> |
AmazonDynamoDBAsync.restoreTableFromBackupAsync(RestoreTableFromBackupRequest restoreTableFromBackupRequest,
AsyncHandler<RestoreTableFromBackupRequest,RestoreTableFromBackupResult> asyncHandler)
Creates a new table from an existing backup.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreTableFromBackupResult |
RestoreTableFromBackupResult.withTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
Copyright © 2018. All rights reserved.