Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorStateValue
-
Packages that use AnomalyDetectorStateValue Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AnomalyDetectorStateValue in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorStateValue Modifier and Type Method Description static AnomalyDetectorStateValueAnomalyDetectorStateValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnomalyDetectorStateValueAnomalyDetector. stateValue()The current status of the anomaly detector's training.static AnomalyDetectorStateValueAnomalyDetectorStateValue. valueOf(String name)Returns the enum constant of this type with the specified name.static AnomalyDetectorStateValue[]AnomalyDetectorStateValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AnomalyDetectorStateValue Modifier and Type Method Description static Set<AnomalyDetectorStateValue>AnomalyDetectorStateValue. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorStateValue Modifier and Type Method Description AnomalyDetector.BuilderAnomalyDetector.Builder. stateValue(AnomalyDetectorStateValue stateValue)The current status of the anomaly detector's training.
-