Uses of Class
software.amazon.awssdk.services.health.paginators.DescribeEventAggregatesIterable
-
Packages that use DescribeEventAggregatesIterable Package Description software.amazon.awssdk.services.health Health -
-
Uses of DescribeEventAggregatesIterable in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return DescribeEventAggregatesIterable Modifier and Type Method Description default DescribeEventAggregatesIterableHealthClient. describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default DescribeEventAggregatesIterableHealthClient. describeEventAggregatesPaginator(DescribeEventAggregatesRequest describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).
-