| Package | Description |
|---|---|
| software.amazon.awssdk.services.health |
|
| software.amazon.awssdk.services.health.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventAggregatesResponse |
HealthClient.describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> 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).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEventAggregatesResponse> |
HealthAsyncClient.describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default CompletableFuture<DescribeEventAggregatesResponse> |
HealthAsyncClient.describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeEventAggregatesResponse> |
DescribeEventAggregatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventAggregatesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeEventAggregatesResponse> subscriber) |
Copyright © 2019. All rights reserved.