Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorStateValue
Packages that use AnomalyDetectorStateValue
-
Uses of AnomalyDetectorStateValue in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorStateValueModifier and TypeMethodDescriptionstatic AnomalyDetectorStateValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.AnomalyDetector.stateValue()The current status of the anomaly detector's training.static AnomalyDetectorStateValueReturns 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 AnomalyDetectorStateValueModifier and TypeMethodDescriptionstatic Set<AnomalyDetectorStateValue>AnomalyDetectorStateValue.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorStateValueModifier and TypeMethodDescriptionAnomalyDetector.Builder.stateValue(AnomalyDetectorStateValue stateValue) The current status of the anomaly detector's training.