Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AggregateLogGroupSummary
-
Packages that use AggregateLogGroupSummary Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
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 AggregateLogGroupSummary Modifier and Type Method Description 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 AggregateLogGroupSummary Modifier and Type Method Description ListAggregateLogGroupSummariesResponse.BuilderListAggregateLogGroupSummariesResponse.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 AggregateLogGroupSummary Modifier and Type Method Description ListAggregateLogGroupSummariesResponse.BuilderListAggregateLogGroupSummariesResponse.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 AggregateLogGroupSummary Modifier and Type Method Description SdkIterable<AggregateLogGroupSummary>ListAggregateLogGroupSummariesIterable. aggregateLogGroupSummaries()Returns an iterable to iterate through the paginatedListAggregateLogGroupSummariesResponse.aggregateLogGroupSummaries()member.SdkPublisher<AggregateLogGroupSummary>ListAggregateLogGroupSummariesPublisher. aggregateLogGroupSummaries()Returns a publisher that can be used to get a stream of data.
-