Uses of Class
software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
Packages that use UpdateTableRequest 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 -
-
Uses of UpdateTableRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type UpdateTableRequest Modifier and Type Method Description 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.default UpdateTableResponseKeyspacesClient. 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. -
Uses of UpdateTableRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type UpdateTableRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTableRequestMarshaller. marshall(UpdateTableRequest updateTableRequest)
-