Uses of Class
software.amazon.awssdk.services.devopsguru.model.AnomalyStatus
-
Packages that use AnomalyStatus Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalyStatus in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AnomalyStatus Modifier and Type Method Description static AnomalyStatusAnomalyStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnomalyStatusProactiveAnomaly. status()The status of a proactive anomaly.AnomalyStatusProactiveAnomalySummary. status()The status of the anomaly.AnomalyStatusReactiveAnomaly. status()The status of the anomaly.AnomalyStatusReactiveAnomalySummary. status()The status of the reactive anomaly.static AnomalyStatusAnomalyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AnomalyStatus[]AnomalyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AnomalyStatus Modifier and Type Method Description static Set<AnomalyStatus>AnomalyStatus. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AnomalyStatus Modifier and Type Method Description ProactiveAnomaly.BuilderProactiveAnomaly.Builder. status(AnomalyStatus status)The status of a proactive anomaly.ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. status(AnomalyStatus status)The status of the anomaly.ReactiveAnomaly.BuilderReactiveAnomaly.Builder. status(AnomalyStatus status)The status of the anomaly.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. status(AnomalyStatus status)The status of the reactive anomaly.
-