Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AggregateLogGroupSummary
Packages that use AggregateLogGroupSummary
Package
Description
-
Uses of AggregateLogGroupSummary in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AggregateLogGroupSummaryModifier and TypeMethodDescriptionfinal List<AggregateLogGroupSummary>ListAggregateLogGroupSummariesResponse.aggregateLogGroupSummaries()The list of aggregate log group summaries grouped by the specified data source characteristics.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AggregateLogGroupSummaryModifier and TypeMethodDescriptionListAggregateLogGroupSummariesResponse.Builder.aggregateLogGroupSummaries(AggregateLogGroupSummary... aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AggregateLogGroupSummaryModifier and TypeMethodDescriptionListAggregateLogGroupSummariesResponse.Builder.aggregateLogGroupSummaries(Collection<AggregateLogGroupSummary> aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics. -
Uses of AggregateLogGroupSummary in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type AggregateLogGroupSummaryModifier and TypeMethodDescriptionListAggregateLogGroupSummariesIterable.aggregateLogGroupSummaries()Returns an iterable to iterate through the paginatedListAggregateLogGroupSummariesResponse.aggregateLogGroupSummaries()member.ListAggregateLogGroupSummariesPublisher.aggregateLogGroupSummaries()Returns a publisher that can be used to get a stream of data.