Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>CloudWatchLogsAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch Logs resource.default TagResourceResponseCloudWatchLogsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified CloudWatch Logs resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.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 resource that you're adding tags to.The list of key-value pairs to associate with the resource.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()