Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AnomalyDetectorStatus
-
Packages that use AnomalyDetectorStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of AnomalyDetectorStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AnomalyDetectorStatus Modifier and Type Method Description AnomalyDetectorStatusAnomalyDetector. anomalyDetectorStatus()Specifies the current status of the anomaly detector.AnomalyDetectorStatusGetLogAnomalyDetectorResponse. anomalyDetectorStatus()Specifies whether the anomaly detector is currently active.static AnomalyDetectorStatusAnomalyDetectorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalyDetectorStatusAnomalyDetectorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AnomalyDetectorStatus[]AnomalyDetectorStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AnomalyDetectorStatus Modifier and Type Method Description static Set<AnomalyDetectorStatus>AnomalyDetectorStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AnomalyDetectorStatus Modifier and Type Method Description AnomalyDetector.BuilderAnomalyDetector.Builder. anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)Specifies the current status of the anomaly detector.GetLogAnomalyDetectorResponse.BuilderGetLogAnomalyDetectorResponse.Builder. anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)Specifies whether the anomaly detector is currently active.
-