Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
Packages that use GetTableRequest 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 GetTableRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type GetTableRequest Modifier and Type Method Description 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.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. -
Uses of GetTableRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type GetTableRequest Modifier and Type Method Description SdkHttpFullRequestGetTableRequestMarshaller. marshall(GetTableRequest getTableRequest)
-