Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TagLogGroupResponse
-
Packages that use TagLogGroupResponse 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 TagLogGroupResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return TagLogGroupResponse Modifier and Type Method Description default TagLogGroupResponseCloudWatchLogsClient. tagLogGroup(Consumer<TagLogGroupRequest.Builder> tagLogGroupRequest)Deprecated.Please use the generic tagging API TagResourcedefault TagLogGroupResponseCloudWatchLogsClient. tagLogGroup(TagLogGroupRequest tagLogGroupRequest)Deprecated.Please use the generic tagging API TagResourceMethods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type TagLogGroupResponse Modifier and Type Method Description default CompletableFuture<TagLogGroupResponse>CloudWatchLogsAsyncClient. tagLogGroup(Consumer<TagLogGroupRequest.Builder> tagLogGroupRequest)Deprecated.Please use the generic tagging API TagResourcedefault CompletableFuture<TagLogGroupResponse>CloudWatchLogsAsyncClient. tagLogGroup(TagLogGroupRequest tagLogGroupRequest)Deprecated.Please use the generic tagging API TagResource
-