| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
static EventStatusCode |
EventStatusCode.fromValue(String value)
Use this in place of valueOf.
|
static EventStatusCode |
EventStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventStatusCode[] |
EventStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setStatusCode(EventStatusCode statusCode)
The most recent status of the event.
|
OrganizationEventFilter |
OrganizationEventFilter.withEventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
|
EventFilter |
EventFilter.withEventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
|
Event |
Event.withStatusCode(EventStatusCode statusCode)
The most recent status of the event.
|
OrganizationEvent |
OrganizationEvent.withStatusCode(EventStatusCode statusCode)
The most recent status of the event.
|
Copyright © 2023. All rights reserved.