| 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.
|
void |
Event.setEventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
EventType |
EventType.withCategory(EventTypeCategory category)
A list of event type category codes.
|
OrganizationEventFilter |
OrganizationEventFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes.
|
EventFilter |
EventFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter |
EventTypeFilter.withEventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes.
|
OrganizationEvent |
OrganizationEvent.withEventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
Event |
Event.withEventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
Copyright © 2023. All rights reserved.