| 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> |
EntityAccountFilter.statusCodes()
A list of entity status codes.
|
List<EntityStatusCode> |
EntityFilter.statusCodes()
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
Map<EntityStatusCode,Integer> |
OrganizationEntityAggregate.statuses()
The number of affected entities aggregated by the entitiy status codes.
|
Map<EntityStatusCode,Integer> |
AccountEntityAggregate.statuses()
The number of affected entities aggregated by the entity status codes.
|
Map<EntityStatusCode,Integer> |
EntityAggregate.statuses()
The number of affected entities aggregated by the entity status codes.
|
| Modifier and Type | Method and Description |
|---|---|
AffectedEntity.Builder |
AffectedEntity.Builder.statusCode(EntityStatusCode statusCodeValue)
The most recent status of the entity affected by the event.
|
EntityAccountFilter.Builder |
EntityAccountFilter.Builder.statusCodes(EntityStatusCode... statusCodes)
A list of entity status codes.
|
EntityFilter.Builder |
EntityFilter.Builder.statusCodes(EntityStatusCode... statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
| Modifier and Type | Method and Description |
|---|---|
EntityAccountFilter.Builder |
EntityAccountFilter.Builder.statusCodes(Collection<EntityStatusCode> statusCodes)
A list of entity status codes.
|
EntityFilter.Builder |
EntityFilter.Builder.statusCodes(Collection<EntityStatusCode> statusCodes)
A list of entity status codes (
IMPAIRED, UNIMPAIRED, or UNKNOWN). |
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entitiy status codes.
|
AccountEntityAggregate.Builder |
AccountEntityAggregate.Builder.statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
EntityAggregate.Builder |
EntityAggregate.Builder.statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
Copyright © 2023. All rights reserved.