Uses of Class
software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
Packages that use UpdateTableResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of UpdateTableResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return UpdateTableResponse Modifier and Type Method Description default UpdateTableResponseKeyspacesClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings.default UpdateTableResponseKeyspacesClient. updateTable(UpdateTableRequest updateTableRequest)Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type UpdateTableResponse Modifier and Type Method Description default CompletableFuture<UpdateTableResponse>KeyspacesAsyncClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, 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, auto scaling, encryption, point-in-time recovery, or ttl settings.
-