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()Lists the specified log groups.default DescribeLogGroupsResponseCloudWatchLogsClient. describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest)Lists the specified log groups.default DescribeLogGroupsResponseCloudWatchLogsClient. describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest)Lists the specified log groups.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()Lists the specified log groups.default CompletableFuture<DescribeLogGroupsResponse>CloudWatchLogsAsyncClient. describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest)Lists the specified log groups.default CompletableFuture<DescribeLogGroupsResponse>CloudWatchLogsAsyncClient. describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest)Lists the specified log groups. -
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)
-