Uses of Class
software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
Packages that use RestoreTableResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of RestoreTableResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return RestoreTableResponse Modifier and Type Method Description default RestoreTableResponseKeyspacesClient. restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)Restores the table to the specified point in time within theearliest_restorable_timestampand the current time.default RestoreTableResponseKeyspacesClient. restoreTable(RestoreTableRequest restoreTableRequest)Restores the table to the specified point in time within theearliest_restorable_timestampand the current time.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type RestoreTableResponse Modifier and Type Method Description default CompletableFuture<RestoreTableResponse>KeyspacesAsyncClient. restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)Restores the table to the specified point in time within theearliest_restorable_timestampand the current time.default CompletableFuture<RestoreTableResponse>KeyspacesAsyncClient. restoreTable(RestoreTableRequest restoreTableRequest)Restores the table to the specified point in time within theearliest_restorable_timestampand the current time.
-