Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.UpdateTableRequest
-
Packages that use UpdateTableRequest Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write software.amazon.awssdk.services.timestreamwrite.transform -
-
Uses of UpdateTableRequest in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite with parameters of type UpdateTableRequest Modifier and Type Method Description default CompletableFuture<UpdateTableResponse>TimestreamWriteAsyncClient. updateTable(UpdateTableRequest 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. -
Uses of UpdateTableRequest in software.amazon.awssdk.services.timestreamwrite.transform
Methods in software.amazon.awssdk.services.timestreamwrite.transform with parameters of type UpdateTableRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTableRequestMarshaller. marshall(UpdateTableRequest updateTableRequest)
-