Uses of Class
software.amazon.awssdk.services.internetmonitor.model.HealthEventImpactType
-
Packages that use HealthEventImpactType Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of HealthEventImpactType in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return HealthEventImpactType Modifier and Type Method Description static HealthEventImpactTypeHealthEventImpactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HealthEventImpactTypeGetHealthEventResponse. impactType()The type of impairment of a specific health event.HealthEventImpactTypeHealthEvent. impactType()The type of impairment for a health event.static HealthEventImpactTypeHealthEventImpactType. 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.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type HealthEventImpactType Modifier and Type Method Description static Set<HealthEventImpactType>HealthEventImpactType. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type HealthEventImpactType Modifier and Type Method Description GetHealthEventResponse.BuilderGetHealthEventResponse.Builder. impactType(HealthEventImpactType impactType)The type of impairment of a specific health event.HealthEvent.BuilderHealthEvent.Builder. impactType(HealthEventImpactType impactType)The type of impairment for a health event.
-