| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(CreateKeyspaceRequest createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateKeyspaceResponse> |
KeyspacesAsyncClient.createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
default CompletableFuture<CreateKeyspaceResponse> |
KeyspacesAsyncClient.createKeyspace(CreateKeyspaceRequest createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
Copyright © 2023. All rights reserved.