Uses of Class
software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
Packages that use CreateTableResponse 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 CreateTableResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return CreateTableResponse Modifier and Type Method Description default CreateTableResponseKeyspacesClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)TheCreateTableoperation adds a new table to the specified keyspace.default CreateTableResponseKeyspacesClient. createTable(CreateTableRequest createTableRequest)TheCreateTableoperation adds a new table to the specified keyspace.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type CreateTableResponse Modifier and Type Method Description default CompletableFuture<CreateTableResponse>KeyspacesAsyncClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)TheCreateTableoperation adds a new table to the specified keyspace.default CompletableFuture<CreateTableResponse>KeyspacesAsyncClient. createTable(CreateTableRequest createTableRequest)TheCreateTableoperation adds a new table to the specified keyspace.
-