| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventTypeFilter |
EventTypeFilter.clone() |
EventTypeFilter |
DescribeEventTypesRequest.getFilter()
Values to narrow the results returned.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCategories(Collection<String> eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCategories(String... eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCodes(Collection<String> eventTypeCodes)
A list of event type codes.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCodes(String... eventTypeCodes)
A list of event type codes.
|
EventTypeFilter |
EventTypeFilter.withServices(Collection<String> services)
The Amazon Web Services services associated with the event.
|
EventTypeFilter |
EventTypeFilter.withServices(String... services)
The Amazon Web Services services associated with the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventTypesRequest.setFilter(EventTypeFilter filter)
Values to narrow the results returned.
|
DescribeEventTypesRequest |
DescribeEventTypesRequest.withFilter(EventTypeFilter filter)
Values to narrow the results returned.
|
Copyright © 2021. All rights reserved.