Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 AWS for near real-time time-series applications using open-source APIs.software.amazon.awssdk.services.timestreaminfluxdb.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.timestreaminfluxdb
Methods in software.amazon.awssdk.services.timestreaminfluxdb with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TimestreamInfluxDbAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tag from the specified resource.default UntagResourceResponseTimestreamInfluxDbClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tag from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.timestreaminfluxdb.transform
Methods in software.amazon.awssdk.services.timestreaminfluxdb.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-