| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityStatusCode |
EntityStatusCode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
AffectedEntity.setStatusCode(EntityStatusCode statusCode)
The most recent status of the entity affected by the event.
|
AffectedEntity |
AffectedEntity.withStatusCode(EntityStatusCode statusCode)
The most recent status of the entity affected by the event.
|
EntityAccountFilter |
EntityAccountFilter.withStatusCodes(EntityStatusCode... statusCodes)
A list of entity status codes.
|
EntityFilter |
EntityFilter.withStatusCodes(EntityStatusCode... statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
Copyright © 2025. All rights reserved.