Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.paginators.DescribeLogGroupsIterable
-
Packages that use DescribeLogGroupsIterable 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 DescribeLogGroupsIterable in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeLogGroupsIterable Modifier and Type Method Description default DescribeLogGroupsIterable
CloudWatchLogsClient. describeLogGroupsPaginator()
This is a variant ofCloudWatchLogsClient.describeLogGroups(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest)
operation.default DescribeLogGroupsIterable
CloudWatchLogsClient. describeLogGroupsPaginator(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest)
This is a variant ofCloudWatchLogsClient.describeLogGroups(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest)
operation.default DescribeLogGroupsIterable
CloudWatchLogsClient. describeLogGroupsPaginator(DescribeLogGroupsRequest describeLogGroupsRequest)
This is a variant ofCloudWatchLogsClient.describeLogGroups(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest)
operation.
-