| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableResult |
AbstractAmazonKeyspaces.restoreTable(RestoreTableRequest request) |
RestoreTableResult |
AmazonKeyspacesClient.restoreTable(RestoreTableRequest request)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
RestoreTableResult |
AmazonKeyspaces.restoreTable(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableResult |
RestoreTableResult.clone() |
RestoreTableResult |
RestoreTableResult.withRestoredTableARN(String restoredTableARN)
The Amazon Resource Name (ARN) of the restored table.
|
Copyright © 2022. All rights reserved.