| 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.model |
| 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 CompletableFuture<CreateKeyspaceResponse> |
KeyspacesAsyncClient.createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.builder() |
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.keyspaceName(String keyspaceName)
The name of the keyspace to be created.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.replicationSpecification(Consumer<ReplicationSpecification.Builder> replicationSpecification)
The replication specification of the keyspace includes:
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.replicationSpecification(ReplicationSpecification replicationSpecification)
The replication specification of the keyspace includes:
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of key-value pair tags to be attached to the keyspace.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.tags(Tag... tags)
A list of key-value pair tags to be attached to the keyspace.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKeyspaceRequest.Builder> |
CreateKeyspaceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.