Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.UntagResourceResponse
Packages that use UntagResourceResponse
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 UntagResourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseCloudWatchLogsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource.default UntagResourceResponseCloudWatchLogsClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CloudWatchLogsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>CloudWatchLogsAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified resource.