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