| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventType.clone() |
EventType |
EventType.withCategory(EventTypeCategory category)
A list of event type category codes.
|
EventType |
EventType.withCategory(String category)
A list of event type category codes.
|
EventType |
EventType.withCode(String code)
The unique identifier for the event type.
|
EventType |
EventType.withService(String service)
The Amazon Web Services service that is affected by the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
DescribeEventTypesResult.getEventTypes()
A list of event types that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTypesResult |
DescribeEventTypesResult.withEventTypes(EventType... eventTypes)
A list of event types that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventTypesResult.setEventTypes(Collection<EventType> eventTypes)
A list of event types that match the filter criteria.
|
DescribeEventTypesResult |
DescribeEventTypesResult.withEventTypes(Collection<EventType> eventTypes)
A list of event types that match the filter criteria.
|
Copyright © 2023. All rights reserved.