Uses of Class
software.amazon.awssdk.services.cloudwatch.model.TagResourceResponse
Packages that use TagResourceResponse
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 TagResourceResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return TagResourceResponseModifier and TypeMethodDescriptiondefault TagResourceResponseCloudWatchClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.default TagResourceResponseCloudWatchClient.tagResource(TagResourceRequest tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>CloudWatchAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.default CompletableFuture<TagResourceResponse>CloudWatchAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.