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