| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyDetectorStatus |
AnomalyDetectorStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnomalyDetectorStatus |
DescribeAnomalyDetectorResponse.status()
The status of the detector.
|
AnomalyDetectorStatus |
AnomalyDetectorSummary.status()
The status of detector.
|
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 |
|---|---|
static Set<AnomalyDetectorStatus> |
AnomalyDetectorStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorResponse.Builder |
DescribeAnomalyDetectorResponse.Builder.status(AnomalyDetectorStatus status)
The status of the detector.
|
AnomalyDetectorSummary.Builder |
AnomalyDetectorSummary.Builder.status(AnomalyDetectorStatus status)
The status of detector.
|
Copyright © 2023. All rights reserved.