| Package | Description |
|---|---|
| software.amazon.awssdk.services.health |
|
| software.amazon.awssdk.services.health.model |
| 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 DescribeEventAggregatesResponse |
HealthClient.describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default DescribeEventAggregatesPublisher |
HealthAsyncClient.describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
default DescribeEventAggregatesIterable |
HealthClient.describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.aggregateField(EventAggregateField aggregateField)
The only currently supported value is
eventTypeCategory. |
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.aggregateField(String aggregateField)
The only currently supported value is
eventTypeCategory. |
static DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.builder() |
default DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.filter(Consumer<EventFilter.Builder> filter)
Values to narrow the results returned.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.filter(EventFilter filter)
Values to narrow the results returned.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return in one batch, between 10 and 100, inclusive.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.nextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. |
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeEventAggregatesRequest.Builder> |
DescribeEventAggregatesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.