| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
static EventStatusCode |
EventStatusCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventStatusCode |
Event.statusCode()
The most recent status of the event.
|
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 |
|---|---|
List<EventStatusCode> |
EventFilter.eventStatusCodes()
A list of event status codes.
|
static Set<EventStatusCode> |
EventStatusCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter.Builder |
EventFilter.Builder.eventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
|
Event.Builder |
Event.Builder.statusCode(EventStatusCode statusCodeValue)
The most recent status of the event.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter.Builder |
EventFilter.Builder.eventStatusCodes(Collection<EventStatusCode> eventStatusCodes)
A list of event status codes.
|
Copyright © 2019. All rights reserved.