Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.timestreaminfluxdb
Methods in software.amazon.awssdk.services.timestreaminfluxdb that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTimestreamInfluxDbClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the tag from the specified resource.default UntagResourceResponseTimestreamInfluxDbClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tag from the specified resource.Methods in software.amazon.awssdk.services.timestreaminfluxdb that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TimestreamInfluxDbAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the tag from the specified resource.default CompletableFuture<UntagResourceResponse>TimestreamInfluxDbAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tag from the specified resource.
-