Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesResponse
Packages that use ListAggregateLogGroupSummariesResponse
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 ListAggregateLogGroupSummariesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListAggregateLogGroupSummariesResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.CloudWatchLogsClient.listAggregateLogGroupSummaries(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListAggregateLogGroupSummariesResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.CloudWatchLogsAsyncClient.listAggregateLogGroupSummaries(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics. -
Uses of ListAggregateLogGroupSummariesResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ListAggregateLogGroupSummariesResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListAggregateLogGroupSummariesResponseModifier and TypeMethodDescriptionvoidListAggregateLogGroupSummariesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAggregateLogGroupSummariesResponse> subscriber)