| Package | Description |
|---|---|
| com.amazonaws.services.health |
|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventAggregatesResult |
AbstractAWSHealth.describeEventAggregates(DescribeEventAggregatesRequest request) |
DescribeEventAggregatesResult |
AWSHealth.describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
DescribeEventAggregatesResult |
AWSHealthClient.describeEventAggregates(DescribeEventAggregatesRequest request)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEventAggregatesResult> |
AbstractAWSHealthAsync.describeEventAggregatesAsync(DescribeEventAggregatesRequest request,
AsyncHandler<DescribeEventAggregatesRequest,DescribeEventAggregatesResult> asyncHandler) |
Future<DescribeEventAggregatesResult> |
AWSHealthAsync.describeEventAggregatesAsync(DescribeEventAggregatesRequest describeEventAggregatesRequest,
AsyncHandler<DescribeEventAggregatesRequest,DescribeEventAggregatesResult> asyncHandler)
Returns the number of events of each event type (issue, scheduled change, and account notification).
|
Future<DescribeEventAggregatesResult> |
AWSHealthAsyncClient.describeEventAggregatesAsync(DescribeEventAggregatesRequest request,
AsyncHandler<DescribeEventAggregatesRequest,DescribeEventAggregatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventAggregatesResult |
DescribeEventAggregatesResult.clone() |
DescribeEventAggregatesResult |
DescribeEventAggregatesResult.withEventAggregates(Collection<EventAggregate> eventAggregates)
The number of events in each category that meet the optional filter criteria.
|
DescribeEventAggregatesResult |
DescribeEventAggregatesResult.withEventAggregates(EventAggregate... eventAggregates)
The number of events in each category that meet the optional filter criteria.
|
DescribeEventAggregatesResult |
DescribeEventAggregatesResult.withNextToken(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. |
Copyright © 2024. All rights reserved.