Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesRequest
-
Packages that use ListAggregateLogGroupSummariesRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of ListAggregateLogGroupSummariesRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListAggregateLogGroupSummariesRequest Modifier and Type Method Description default CompletableFuture<ListAggregateLogGroupSummariesResponse>CloudWatchLogsAsyncClient. listAggregateLogGroupSummaries(ListAggregateLogGroupSummariesRequest 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.default ListAggregateLogGroupSummariesPublisherCloudWatchLogsAsyncClient. listAggregateLogGroupSummariesPaginator(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest)default ListAggregateLogGroupSummariesIterableCloudWatchLogsClient. listAggregateLogGroupSummariesPaginator(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest) -
Uses of ListAggregateLogGroupSummariesRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type ListAggregateLogGroupSummariesRequest Constructor Description ListAggregateLogGroupSummariesIterable(CloudWatchLogsClient client, ListAggregateLogGroupSummariesRequest firstRequest)ListAggregateLogGroupSummariesPublisher(CloudWatchLogsAsyncClient client, ListAggregateLogGroupSummariesRequest firstRequest) -
Uses of ListAggregateLogGroupSummariesRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type ListAggregateLogGroupSummariesRequest Modifier and Type Method Description SdkHttpFullRequestListAggregateLogGroupSummariesRequestMarshaller. marshall(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest)
-