| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model | |
| software.amazon.awssdk.services.health.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventAggregate> |
DescribeEventAggregatesResponse.eventAggregates()
The number of events in each category that meet the optional filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventAggregatesResponse.Builder |
DescribeEventAggregatesResponse.Builder.eventAggregates(EventAggregate... eventAggregates)
The number of events in each category that meet the optional filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventAggregatesResponse.Builder |
DescribeEventAggregatesResponse.Builder.eventAggregates(Collection<EventAggregate> eventAggregates)
The number of events in each category that meet the optional filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EventAggregate> |
DescribeEventAggregatesIterable.eventAggregates()
Returns an iterable to iterate through the paginated
DescribeEventAggregatesResponse.eventAggregates()
member. |
SdkPublisher<EventAggregate> |
DescribeEventAggregatesPublisher.eventAggregates()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.