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