Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.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 UntagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CloudWatchLogsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource.default UntagResourceResponseCloudWatchLogsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The ARN of the CloudWatch Logs resource that you're removing tags from.The list of tag keys to remove from the resource.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) The list of tag keys to remove from the resource.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()