Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.UpdateDbClusterRequest
-
Packages that use UpdateDbClusterRequest Package Description software.amazon.awssdk.services.timestreaminfluxdb Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs.software.amazon.awssdk.services.timestreaminfluxdb.transform -
-
Uses of UpdateDbClusterRequest in software.amazon.awssdk.services.timestreaminfluxdb
Methods in software.amazon.awssdk.services.timestreaminfluxdb with parameters of type UpdateDbClusterRequest Modifier and Type Method Description default CompletableFuture<UpdateDbClusterResponse>TimestreamInfluxDbAsyncClient. updateDbCluster(UpdateDbClusterRequest updateDbClusterRequest)Updates a Timestream for InfluxDB cluster.default UpdateDbClusterResponseTimestreamInfluxDbClient. updateDbCluster(UpdateDbClusterRequest updateDbClusterRequest)Updates a Timestream for InfluxDB cluster. -
Uses of UpdateDbClusterRequest in software.amazon.awssdk.services.timestreaminfluxdb.transform
Methods in software.amazon.awssdk.services.timestreaminfluxdb.transform with parameters of type UpdateDbClusterRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDbClusterRequestMarshaller. marshall(UpdateDbClusterRequest updateDbClusterRequest)
-