Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesRequest
Packages that use ListAggregateLogGroupSummariesRequest
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 ListAggregateLogGroupSummariesRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListAggregateLogGroupSummariesRequestModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listAggregateLogGroupSummaries(ListAggregateLogGroupSummariesRequest 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.CloudWatchLogsAsyncClient.listAggregateLogGroupSummariesPaginator(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest) CloudWatchLogsClient.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 ListAggregateLogGroupSummariesRequestModifierConstructorDescriptionListAggregateLogGroupSummariesIterable(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 ListAggregateLogGroupSummariesRequestModifier and TypeMethodDescriptionListAggregateLogGroupSummariesRequestMarshaller.marshall(ListAggregateLogGroupSummariesRequest listAggregateLogGroupSummariesRequest)