Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>CloudWatchAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.default TagResourceResponseCloudWatchClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic TagResourceRequest.BuilderTagResourceRequest.builder()TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TagResourceRequest.Builder.resourceARN(String resourceARN) The ARN of the CloudWatch resource that you're adding tags to.TagResourceRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the alarm.TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags) The list of key-value pairs to associate with the alarm.The list of key-value pairs to associate with the alarm.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()