| 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 (
issue, scheduledChange, or
accountNotification). |
EventType |
EventType.withCategory(String category)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventType |
EventType.withCode(String code)
The unique identifier for the event type.
|
EventType |
EventType.withService(String service)
The AWS service that is affected by the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
DescribeEventTypesResult.getEventTypes()
List of event types to be matched with.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTypesResult |
DescribeEventTypesResult.withEventTypes(EventType... eventTypes)
List of event types to be matched with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventTypesResult.setEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
|
DescribeEventTypesResult |
DescribeEventTypesResult.withEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
|
Copyright © 2017. All rights reserved.