| 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 | |
| software.amazon.awssdk.services.keyspaces.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTablesResponse |
KeyspacesClient.listTables(ListTablesRequest 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.
|
default ListTablesIterable |
KeyspacesClient.listTablesPaginator(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTablesPublisher |
KeyspacesAsyncClient.listTablesPaginator(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
| Constructor and Description |
|---|
ListTablesIterable(KeyspacesClient client,
ListTablesRequest firstRequest) |
ListTablesPublisher(KeyspacesAsyncClient client,
ListTablesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTablesRequestMarshaller.marshall(ListTablesRequest listTablesRequest) |
Copyright © 2023. All rights reserved.