| 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 ListTablesResponse |
KeyspacesClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTablesResponse |
KeyspacesClient.listTables(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTablesResponse> |
KeyspacesAsyncClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default CompletableFuture<ListTablesResponse> |
KeyspacesAsyncClient.listTables(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTablesResponse> |
ListTablesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber) |
Copyright © 2022. All rights reserved.