| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EntityFilter |
EntityFilter.clone() |
EntityFilter |
DescribeAffectedEntitiesRequest.getFilter()
Values to narrow the results returned.
|
EntityFilter |
EntityFilter.withEntityArns(Collection<String> entityArns)
A list of entity ARNs (unique identifiers).
|
EntityFilter |
EntityFilter.withEntityArns(String... entityArns)
A list of entity ARNs (unique identifiers).
|
EntityFilter |
EntityFilter.withEntityValues(Collection<String> entityValues)
A list of IDs for affected entities.
|
EntityFilter |
EntityFilter.withEntityValues(String... entityValues)
A list of IDs for affected entities.
|
EntityFilter |
EntityFilter.withEventArns(Collection<String> eventArns)
A list of event ARNs (unique identifiers).
|
EntityFilter |
EntityFilter.withEventArns(String... eventArns)
A list of event ARNs (unique identifiers).
|
EntityFilter |
EntityFilter.withLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
EntityFilter |
EntityFilter.withLastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
EntityFilter |
EntityFilter.withStatusCodes(Collection<String> statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
EntityFilter |
EntityFilter.withStatusCodes(EntityStatusCode... statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
EntityFilter |
EntityFilter.withStatusCodes(String... statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
EntityFilter |
EntityFilter.withTags(Collection<Map<String,String>> tags)
A map of entity tags attached to the affected entity.
|
EntityFilter |
EntityFilter.withTags(Map<String,String>... tags)
A map of entity tags attached to the affected entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAffectedEntitiesRequest.setFilter(EntityFilter filter)
Values to narrow the results returned.
|
DescribeAffectedEntitiesRequest |
DescribeAffectedEntitiesRequest.withFilter(EntityFilter filter)
Values to narrow the results returned.
|
Copyright © 2019. All rights reserved.