Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesResponse
-
Packages that use ListAggregateLogGroupSummariesResponse 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 ListAggregateLogGroupSummariesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListAggregateLogGroupSummariesResponse Modifier and Type Method Description default ListAggregateLogGroupSummariesResponseCloudWatchLogsClient. listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest)Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.default ListAggregateLogGroupSummariesResponseCloudWatchLogsClient. 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 ListAggregateLogGroupSummariesResponse Modifier and Type Method Description default CompletableFuture<ListAggregateLogGroupSummariesResponse>CloudWatchLogsAsyncClient. listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest)Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.default CompletableFuture<ListAggregateLogGroupSummariesResponse>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 ListAggregateLogGroupSummariesResponse Modifier and Type Method Description Iterator<ListAggregateLogGroupSummariesResponse>ListAggregateLogGroupSummariesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListAggregateLogGroupSummariesResponse Modifier and Type Method Description voidListAggregateLogGroupSummariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAggregateLogGroupSummariesResponse> subscriber)
-