| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableResponse |
KeyspacesClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
default RestoreTableResponse |
KeyspacesClient.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 |
|---|---|
default CompletableFuture<RestoreTableResponse> |
KeyspacesAsyncClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
default CompletableFuture<RestoreTableResponse> |
KeyspacesAsyncClient.restoreTable(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
Copyright © 2023. All rights reserved.