| 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 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetTableRequestMarshaller.marshall(GetTableRequest getTableRequest) |
Copyright © 2022. All rights reserved.