Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
Packages that use GetTableResponse 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 GetTableResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return GetTableResponse Modifier and Type Method Description default GetTableResponseKeyspacesClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.default GetTableResponseKeyspacesClient. getTable(GetTableRequest getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type GetTableResponse Modifier and Type Method Description default CompletableFuture<GetTableResponse>KeyspacesAsyncClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.default CompletableFuture<GetTableResponse>KeyspacesAsyncClient. getTable(GetTableRequest getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.
-