Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.cloudwatchlogs 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 ListTagsForResourceResponse Modifier and Type Method Description default 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 ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CloudWatchLogsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a CloudWatch Logs resource.default CompletableFuture<ListTagsForResourceResponse>CloudWatchLogsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a CloudWatch Logs resource.
-