| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest)
Returns a list of keyspaces.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)
Returns a list of keyspaces.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListKeyspacesResponse> |
KeyspacesAsyncClient.listKeyspaces(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest)
Returns a list of keyspaces.
|
default CompletableFuture<ListKeyspacesResponse> |
KeyspacesAsyncClient.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)
Returns a list of keyspaces.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListKeyspacesResponse> |
ListKeyspacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyspacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeyspacesResponse> subscriber) |
Copyright © 2022. All rights reserved.