| Package | Description |
|---|---|
| software.amazon.awssdk.services.health |
|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAffectedEntitiesResponse |
HealthClient.describeAffectedEntities(Consumer<DescribeAffectedEntitiesRequest.Builder> describeAffectedEntitiesRequest)
Returns a list of entities that have been affected by the specified events, based on the specified filter
criteria.
|
default DescribeAffectedEntitiesResponse |
HealthClient.describeAffectedEntities(DescribeAffectedEntitiesRequest describeAffectedEntitiesRequest)
Returns a list of entities that have been affected by the specified events, based on the specified filter
criteria.
|
default DescribeAffectedEntitiesIterable |
HealthClient.describeAffectedEntitiesPaginator(Consumer<DescribeAffectedEntitiesRequest.Builder> describeAffectedEntitiesRequest)
Returns a list of entities that have been affected by the specified events, based on the specified filter
criteria.
|
default DescribeAffectedEntitiesIterable |
HealthClient.describeAffectedEntitiesPaginator(DescribeAffectedEntitiesRequest describeAffectedEntitiesRequest)
Returns a list of entities that have been affected by the specified events, based on the specified filter
criteria.
|
default DescribeEntityAggregatesResponse |
HealthClient.describeEntityAggregates()
Returns the number of entities that are affected by each of the specified events.
|
default DescribeEntityAggregatesResponse |
HealthClient.describeEntityAggregates(Consumer<DescribeEntityAggregatesRequest.Builder> describeEntityAggregatesRequest)
Returns the number of entities that are affected by each of the specified events.
|
default DescribeEntityAggregatesResponse |
HealthClient.describeEntityAggregates(DescribeEntityAggregatesRequest describeEntityAggregatesRequest)
Returns the number of entities that are affected by each of the specified events.
|
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).
|
default DescribeEventAggregatesIterable |
HealthClient.describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> 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).
|
default DescribeEventDetailsResponse |
HealthClient.describeEventDetails(Consumer<DescribeEventDetailsRequest.Builder> describeEventDetailsRequest)
Returns detailed information about one or more specified events.
|
default DescribeEventDetailsResponse |
HealthClient.describeEventDetails(DescribeEventDetailsRequest describeEventDetailsRequest)
Returns detailed information about one or more specified events.
|
default DescribeEventsResponse |
HealthClient.describeEvents()
Returns information about events that meet the specified filter criteria.
|
default DescribeEventsResponse |
HealthClient.describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns information about events that meet the specified filter criteria.
|
default DescribeEventsResponse |
HealthClient.describeEvents(DescribeEventsRequest describeEventsRequest)
Returns information about events that meet the specified filter criteria.
|
default DescribeEventsIterable |
HealthClient.describeEventsPaginator()
Returns information about events that meet the specified filter criteria.
|
default DescribeEventsIterable |
HealthClient.describeEventsPaginator(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns information about events that meet the specified filter criteria.
|
default DescribeEventsIterable |
HealthClient.describeEventsPaginator(DescribeEventsRequest describeEventsRequest)
Returns information about events that meet the specified filter criteria.
|
default DescribeEventTypesResponse |
HealthClient.describeEventTypes()
Returns the event types that meet the specified filter criteria.
|
default DescribeEventTypesResponse |
HealthClient.describeEventTypes(Consumer<DescribeEventTypesRequest.Builder> describeEventTypesRequest)
Returns the event types that meet the specified filter criteria.
|
default DescribeEventTypesResponse |
HealthClient.describeEventTypes(DescribeEventTypesRequest describeEventTypesRequest)
Returns the event types that meet the specified filter criteria.
|
default DescribeEventTypesIterable |
HealthClient.describeEventTypesPaginator()
Returns the event types that meet the specified filter criteria.
|
default DescribeEventTypesIterable |
HealthClient.describeEventTypesPaginator(Consumer<DescribeEventTypesRequest.Builder> describeEventTypesRequest)
Returns the event types that meet the specified filter criteria.
|
default DescribeEventTypesIterable |
HealthClient.describeEventTypesPaginator(DescribeEventTypesRequest describeEventTypesRequest)
Returns the event types that meet the specified filter criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidPaginationTokenException
The specified pagination token (
nextToken) is not valid. |
class |
UnsupportedLocaleException
The specified locale is not supported.
|
| Modifier and Type | Method and Description |
|---|---|
HealthException |
HealthException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(HealthException ex) |
Copyright © 2019. All rights reserved.