Uses of Class
software.amazon.awssdk.services.cloudwatch.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseCloudWatchClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource.default UntagResourceResponseCloudWatchClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CloudWatchAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>CloudWatchAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified resource.