| 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 DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteKeyspaceResponse> |
KeyspacesAsyncClient.deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
default CompletableFuture<DeleteKeyspaceResponse> |
KeyspacesAsyncClient.deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
Copyright © 2022. All rights reserved.