| 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 UpdateTableResponse |
KeyspacesClient.updateTable(UpdateTableRequest updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
default CompletableFuture<UpdateTableResponse> |
KeyspacesAsyncClient.updateTable(UpdateTableRequest updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
UpdateTableRequestMarshaller.marshall(UpdateTableRequest updateTableRequest) |
Copyright © 2023. All rights reserved.