Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.AnomalyDetectorStatus
Packages that use AnomalyDetectorStatus
-
Uses of AnomalyDetectorStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AnomalyDetectorStatusModifier and TypeMethodDescriptionfinal AnomalyDetectorStatusAnomalyDetector.anomalyDetectorStatus()Specifies the current status of the anomaly detector.final AnomalyDetectorStatusGetLogAnomalyDetectorResponse.anomalyDetectorStatus()Specifies whether the anomaly detector is currently active.static AnomalyDetectorStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalyDetectorStatusReturns 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 AnomalyDetectorStatusModifier and TypeMethodDescriptionstatic Set<AnomalyDetectorStatus>AnomalyDetectorStatus.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AnomalyDetectorStatusModifier and TypeMethodDescriptionAnomalyDetector.Builder.anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus) Specifies the current status of the anomaly detector.GetLogAnomalyDetectorResponse.Builder.anomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus) Specifies whether the anomaly detector is currently active.