Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsResponse
-
Packages that use DescribeLogGroupsResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DescribeLogGroupsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeLogGroupsResponse Modifier and Type Method Description default 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 DescribeLogGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeLogGroupsResponse>CloudWatchLogsAsyncClient. describeLogGroups()Returns information about log groups, including data sources that ingest into each log group.default CompletableFuture<DescribeLogGroupsResponse>CloudWatchLogsAsyncClient. describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest)Returns information about log groups, including data sources that ingest into each log group.default CompletableFuture<DescribeLogGroupsResponse>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 DescribeLogGroupsResponse Modifier and Type Method Description Iterator<DescribeLogGroupsResponse>DescribeLogGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeLogGroupsResponse Modifier and Type Method Description voidDescribeLogGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeLogGroupsResponse> subscriber)
-