Uses of Class
software.amazon.awssdk.services.keyspaces.model.CreateTypeResponse
-
Packages that use CreateTypeResponse 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 CreateTypeResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return CreateTypeResponse Modifier and Type Method Description default CreateTypeResponseKeyspacesClient. createType(Consumer<CreateTypeRequest.Builder> createTypeRequest)TheCreateTypeoperation creates a new user-defined type in the specified keyspace.default CreateTypeResponseKeyspacesClient. createType(CreateTypeRequest createTypeRequest)TheCreateTypeoperation creates a new user-defined type in the specified keyspace.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type CreateTypeResponse Modifier and Type Method Description default CompletableFuture<CreateTypeResponse>KeyspacesAsyncClient. createType(Consumer<CreateTypeRequest.Builder> createTypeRequest)TheCreateTypeoperation creates a new user-defined type in the specified keyspace.default CompletableFuture<CreateTypeResponse>KeyspacesAsyncClient. createType(CreateTypeRequest createTypeRequest)TheCreateTypeoperation creates a new user-defined type in the specified keyspace.
-