| Package | Description |
|---|---|
| software.amazon.awssdk.services.health |
|
| software.amazon.awssdk.services.health.paginators | |
| software.amazon.awssdk.services.health.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEventAggregatesResponse> |
HealthAsyncClient.describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default DescribeEventAggregatesResponse |
HealthClient.describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default DescribeEventAggregatesPublisher |
HealthAsyncClient.describeEventAggregatesPaginator(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default DescribeEventAggregatesIterable |
HealthClient.describeEventAggregatesPaginator(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
| Constructor and Description |
|---|
DescribeEventAggregatesIterable(HealthClient client,
DescribeEventAggregatesRequest firstRequest) |
DescribeEventAggregatesPublisher(HealthAsyncClient client,
DescribeEventAggregatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeEventAggregatesRequestMarshaller.marshall(DescribeEventAggregatesRequest describeEventAggregatesRequest) |
Copyright © 2023. All rights reserved.