Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListTagsForResourceResponse
Packages that use ListTagsForResourceResponse
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 ListTagsForResourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListTagsForResourceResponseModifier and TypeMethodDescriptiondefault ListTagsForResourceResponseCloudWatchLogsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Displays the tags associated with a CloudWatch Logs resource.default ListTagsForResourceResponseCloudWatchLogsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Displays the tags associated with a CloudWatch Logs resource.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListTagsForResourceResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Displays the tags associated with a CloudWatch Logs resource.CloudWatchLogsAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Displays the tags associated with a CloudWatch Logs resource.