| 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 GetTableResponse |
KeyspacesClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default GetTableResponse |
KeyspacesClient.getTable(GetTableRequest getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTableResponse> |
KeyspacesAsyncClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default CompletableFuture<GetTableResponse> |
KeyspacesAsyncClient.getTable(GetTableRequest getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
Copyright © 2023. All rights reserved.