| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
HealthEventStatus |
ListHealthEventsRequest.eventStatus()
The status of a health event.
|
static HealthEventStatus |
HealthEventStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HealthEventStatus |
HealthEvent.status()
Health event list member.
|
HealthEventStatus |
ImpactedLocation.status()
The status of the health event at an impacted location.
|
HealthEventStatus |
GetHealthEventResponse.status()
The status of a health event.
|
static HealthEventStatus |
HealthEventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthEventStatus[] |
HealthEventStatus.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<HealthEventStatus> |
HealthEventStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListHealthEventsRequest.Builder |
ListHealthEventsRequest.Builder.eventStatus(HealthEventStatus eventStatus)
The status of a health event.
|
HealthEvent.Builder |
HealthEvent.Builder.status(HealthEventStatus status)
Health event list member.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.status(HealthEventStatus status)
The status of the health event at an impacted location.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.status(HealthEventStatus status)
The status of a health event.
|
Copyright © 2023. All rights reserved.