Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsResponse
Packages that use DescribeLogGroupsResponse
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 DescribeLogGroupsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeLogGroupsResponseModifier and TypeMethodDescriptiondefault DescribeLogGroupsResponseCloudWatchLogsClient.describeLogGroups()Returns information about log groups, including data sources that ingest into each log group.default DescribeLogGroupsResponseCloudWatchLogsClient.describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group.default DescribeLogGroupsResponseCloudWatchLogsClient.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeLogGroupsResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeLogGroups()Returns information about log groups, including data sources that ingest into each log group.CloudWatchLogsAsyncClient.describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group.CloudWatchLogsAsyncClient.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group. -
Uses of DescribeLogGroupsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeLogGroupsResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeLogGroupsResponseModifier and TypeMethodDescriptionvoidDescribeLogGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeLogGroupsResponse> subscriber)