Uses of Class
software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTimestreamQueryClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a Timestream query resource.default UntagResourceResponseTimestreamQueryClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Timestream query resource.Methods in software.amazon.awssdk.services.timestreamquery that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TimestreamQueryAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a Timestream query resource.default CompletableFuture<UntagResourceResponse>TimestreamQueryAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Timestream query resource.
-