Uses of Class
software.amazon.awssdk.services.devopsguru.model.AnomalyType
-
Packages that use AnomalyType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalyType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AnomalyType Modifier and Type Method Description static AnomalyTypeAnomalyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnomalyTypeReactiveAnomaly. type()The type of the reactive anomaly.AnomalyTypeReactiveAnomalySummary. type()The type of the reactive anomaly.static AnomalyTypeAnomalyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnomalyType[]AnomalyType. 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 AnomalyType Modifier and Type Method Description static Set<AnomalyType>AnomalyType. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AnomalyType Modifier and Type Method Description ReactiveAnomaly.BuilderReactiveAnomaly.Builder. type(AnomalyType type)The type of the reactive anomaly.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. type(AnomalyType type)The type of the reactive anomaly.
-