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