| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(DeleteKeyspaceRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteKeyspaceRequestMarshaller.marshall(DeleteKeyspaceRequest deleteKeyspaceRequest) |
Copyright © 2023. All rights reserved.