| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyDetectorStatus |
AnomalyDetectorStatus.fromValue(String value)
Use this in place of valueOf.
|
static AnomalyDetectorStatus |
AnomalyDetectorStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withAnomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)
Specifies whether the anomaly detector is currently active.
|
AnomalyDetector |
AnomalyDetector.withAnomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)
Specifies the current status of the anomaly detector.
|
Copyright © 2024. All rights reserved.