Uses of Class
software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
Packages that use CreateKeyspaceRequest 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 CreateKeyspaceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type CreateKeyspaceRequest Modifier and Type Method Description default CompletableFuture<CreateKeyspaceResponse>KeyspacesAsyncClient. createKeyspace(CreateKeyspaceRequest createKeyspaceRequest)TheCreateKeyspaceoperation adds a new keyspace to your account.default CreateKeyspaceResponseKeyspacesClient. createKeyspace(CreateKeyspaceRequest createKeyspaceRequest)TheCreateKeyspaceoperation adds a new keyspace to your account. -
Uses of CreateKeyspaceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type CreateKeyspaceRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeyspaceRequestMarshaller. marshall(CreateKeyspaceRequest createKeyspaceRequest)
-