Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListTagsLogGroupResponse
-
Packages that use ListTagsLogGroupResponse 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 ListTagsLogGroupResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListTagsLogGroupResponse Modifier and Type Method Description default ListTagsLogGroupResponseCloudWatchLogsClient. listTagsLogGroup(Consumer<ListTagsLogGroupRequest.Builder> listTagsLogGroupRequest)Deprecated.Please use the generic tagging API ListTagsForResourcedefault ListTagsLogGroupResponseCloudWatchLogsClient. listTagsLogGroup(ListTagsLogGroupRequest listTagsLogGroupRequest)Deprecated.Please use the generic tagging API ListTagsForResourceMethods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListTagsLogGroupResponse Modifier and Type Method Description default CompletableFuture<ListTagsLogGroupResponse>CloudWatchLogsAsyncClient. listTagsLogGroup(Consumer<ListTagsLogGroupRequest.Builder> listTagsLogGroupRequest)Deprecated.Please use the generic tagging API ListTagsForResourcedefault CompletableFuture<ListTagsLogGroupResponse>CloudWatchLogsAsyncClient. listTagsLogGroup(ListTagsLogGroupRequest listTagsLogGroupRequest)Deprecated.Please use the generic tagging API ListTagsForResource
-