| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
static EventTypeCategory |
EventTypeCategory.fromValue(String value)
Use this in place of valueOf.
|
static EventTypeCategory |
EventTypeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeCategory[] |
EventTypeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventType.setCategory(EventTypeCategory category)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
void |
Event.setEventTypeCategory(EventTypeCategory eventTypeCategory)
The
|
EventType |
EventType.withCategory(EventTypeCategory category)
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). |
EventTypeFilter |
EventTypeFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
Event |
Event.withEventTypeCategory(EventTypeCategory eventTypeCategory)
The
|
Copyright © 2018. All rights reserved.