Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.UpdateTableResponse
-
Packages that use UpdateTableResponse Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write -
-
Uses of UpdateTableResponse in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite that return UpdateTableResponse Modifier and Type Method Description default UpdateTableResponseTimestreamWriteClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Modifies the retention duration of the memory store and magnetic store for your Timestream table.default UpdateTableResponseTimestreamWriteClient. updateTable(UpdateTableRequest updateTableRequest)Modifies the retention duration of the memory store and magnetic store for your Timestream table.Methods in software.amazon.awssdk.services.timestreamwrite that return types with arguments of type UpdateTableResponse Modifier and Type Method Description default CompletableFuture<UpdateTableResponse>TimestreamWriteAsyncClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Modifies the retention duration of the memory store and magnetic store for your Timestream table.default CompletableFuture<UpdateTableResponse>TimestreamWriteAsyncClient. updateTable(UpdateTableRequest updateTableRequest)Modifies the retention duration of the memory store and magnetic store for your Timestream table.
-