| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityStatusCode |
EntityStatusCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EntityStatusCode |
AffectedEntity.statusCode()
The most recent status of the entity affected by the event.
|
static EntityStatusCode |
EntityStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityStatusCode[] |
EntityStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EntityStatusCode> |
EntityStatusCode.knownValues()
|
List<EntityStatusCode> |
EntityFilter.statusCodes()
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
| Modifier and Type | Method and Description |
|---|---|
AffectedEntity.Builder |
AffectedEntity.Builder.statusCode(EntityStatusCode statusCodeValue)
The most recent status of the entity affected by the event.
|
EntityFilter.Builder |
EntityFilter.Builder.statusCodes(EntityStatusCode... statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
| Modifier and Type | Method and Description |
|---|---|
EntityFilter.Builder |
EntityFilter.Builder.statusCodes(Collection<EntityStatusCode> statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
Copyright © 2020. All rights reserved.