| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthEventImpactType |
HealthEventImpactType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HealthEventImpactType |
GetHealthEventResponse.impactType()
The type of impairment of a specific health event.
|
HealthEventImpactType |
HealthEvent.impactType()
The type of impairment for a health event.
|
static HealthEventImpactType |
HealthEventImpactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthEventImpactType[] |
HealthEventImpactType.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<HealthEventImpactType> |
HealthEventImpactType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactType(HealthEventImpactType impactType)
The type of impairment of a specific health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactType(HealthEventImpactType impactType)
The type of impairment for a health event.
|
Copyright © 2023. All rights reserved.