Uses of Class
software.amazon.awssdk.services.keyspaces.model.CreateTypeRequest
-
Packages that use CreateTypeRequest 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 CreateTypeRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type CreateTypeRequest Modifier and Type Method Description default CompletableFuture<CreateTypeResponse>KeyspacesAsyncClient. createType(CreateTypeRequest 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. -
Uses of CreateTypeRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type CreateTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateTypeRequestMarshaller. marshall(CreateTypeRequest createTypeRequest)
-