| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventFilter.clone() |
EventFilter |
DescribeEventsRequest.getFilter()
Values to narrow the results returned.
|
EventFilter |
DescribeEventAggregatesRequest.getFilter()
Values to narrow the results returned.
|
EventFilter |
EventFilter.withAvailabilityZones(Collection<String> availabilityZones)
A list of AWS availability zones.
|
EventFilter |
EventFilter.withAvailabilityZones(String... availabilityZones)
A list of AWS availability zones.
|
EventFilter |
EventFilter.withEndTimes(Collection<DateTimeRange> endTimes)
A list of dates and times that the event ended.
|
EventFilter |
EventFilter.withEndTimes(DateTimeRange... endTimes)
A list of dates and times that the event ended.
|
EventFilter |
EventFilter.withEntityArns(Collection<String> entityArns)
A list of entity ARNs (unique identifiers).
|
EventFilter |
EventFilter.withEntityArns(String... entityArns)
A list of entity ARNs (unique identifiers).
|
EventFilter |
EventFilter.withEntityValues(Collection<String> entityValues)
A list of entity identifiers, such as EC2 instance IDs (
i-34ab692e) or EBS volumes (
vol-426ab23e). |
EventFilter |
EventFilter.withEntityValues(String... entityValues)
A list of entity identifiers, such as EC2 instance IDs (
i-34ab692e) or EBS volumes (
vol-426ab23e). |
EventFilter |
EventFilter.withEventArns(Collection<String> eventArns)
A list of event ARNs (unique identifiers).
|
EventFilter |
EventFilter.withEventArns(String... eventArns)
A list of event ARNs (unique identifiers).
|
EventFilter |
EventFilter.withEventStatusCodes(Collection<String> eventStatusCodes)
A list of event status codes.
|
EventFilter |
EventFilter.withEventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
|
EventFilter |
EventFilter.withEventStatusCodes(String... eventStatusCodes)
A list of event status codes.
|
EventFilter |
EventFilter.withEventTypeCategories(Collection<String> eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventFilter |
EventFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventFilter |
EventFilter.withEventTypeCategories(String... eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventFilter |
EventFilter.withEventTypeCodes(Collection<String> eventTypeCodes)
A list of unique identifiers for event types.
|
EventFilter |
EventFilter.withEventTypeCodes(String... eventTypeCodes)
A list of unique identifiers for event types.
|
EventFilter |
EventFilter.withLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EventFilter |
EventFilter.withLastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EventFilter |
EventFilter.withRegions(Collection<String> regions)
A list of AWS regions.
|
EventFilter |
EventFilter.withRegions(String... regions)
A list of AWS regions.
|
EventFilter |
EventFilter.withServices(Collection<String> services)
The AWS services associated with the event.
|
EventFilter |
EventFilter.withServices(String... services)
The AWS services associated with the event.
|
EventFilter |
EventFilter.withStartTimes(Collection<DateTimeRange> startTimes)
A list of dates and times that the event began.
|
EventFilter |
EventFilter.withStartTimes(DateTimeRange... startTimes)
A list of dates and times that the event began.
|
EventFilter |
EventFilter.withTags(Collection<Map<String,String>> tags)
A map of entity tags attached to the affected entity.
|
EventFilter |
EventFilter.withTags(Map<String,String>... tags)
A map of entity tags attached to the affected entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsRequest.setFilter(EventFilter filter)
Values to narrow the results returned.
|
void |
DescribeEventAggregatesRequest.setFilter(EventFilter filter)
Values to narrow the results returned.
|
DescribeEventsRequest |
DescribeEventsRequest.withFilter(EventFilter filter)
Values to narrow the results returned.
|
DescribeEventAggregatesRequest |
DescribeEventAggregatesRequest.withFilter(EventFilter filter)
Values to narrow the results returned.
|
Copyright © 2017. All rights reserved.