Uses of Class
software.amazon.awssdk.services.internetmonitor.model.LocalHealthEventsConfigStatus
-
Packages that use LocalHealthEventsConfigStatus Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of LocalHealthEventsConfigStatus in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return LocalHealthEventsConfigStatus Modifier and Type Method Description static LocalHealthEventsConfigStatusLocalHealthEventsConfigStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocalHealthEventsConfigStatusLocalHealthEventsConfig. status()The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score.static LocalHealthEventsConfigStatusLocalHealthEventsConfigStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalHealthEventsConfigStatus[]LocalHealthEventsConfigStatus. 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 LocalHealthEventsConfigStatus Modifier and Type Method Description static Set<LocalHealthEventsConfigStatus>LocalHealthEventsConfigStatus. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type LocalHealthEventsConfigStatus Modifier and Type Method Description LocalHealthEventsConfig.BuilderLocalHealthEventsConfig.Builder. status(LocalHealthEventsConfigStatus status)The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score.
-