Uses of Class
software.amazon.awssdk.services.health.model.EventAggregate
-
Packages that use EventAggregate Package Description software.amazon.awssdk.services.health.model software.amazon.awssdk.services.health.paginators -
-
Uses of EventAggregate in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EventAggregate Modifier and Type Method Description List<EventAggregate>DescribeEventAggregatesResponse. eventAggregates()The number of events in each category that meet the optional filter criteria.Methods in software.amazon.awssdk.services.health.model with parameters of type EventAggregate Modifier and Type Method Description DescribeEventAggregatesResponse.BuilderDescribeEventAggregatesResponse.Builder. eventAggregates(EventAggregate... eventAggregates)The number of events in each category that meet the optional filter criteria.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EventAggregate Modifier and Type Method Description DescribeEventAggregatesResponse.BuilderDescribeEventAggregatesResponse.Builder. eventAggregates(Collection<EventAggregate> eventAggregates)The number of events in each category that meet the optional filter criteria. -
Uses of EventAggregate in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type EventAggregate Modifier and Type Method Description SdkIterable<EventAggregate>DescribeEventAggregatesIterable. eventAggregates()Returns an iterable to iterate through the paginatedDescribeEventAggregatesResponse.eventAggregates()member.SdkPublisher<EventAggregate>DescribeEventAggregatesPublisher. eventAggregates()Returns a publisher that can be used to get a stream of data.
-