| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfig |
AnomalyDetectorConfig.clone() |
AnomalyDetectorConfig |
UpdateAnomalyDetectorRequest.getAnomalyDetectorConfig()
Contains information about the configuration to which the detector will be updated.
|
AnomalyDetectorConfig |
CreateAnomalyDetectorRequest.getAnomalyDetectorConfig()
Contains information about the configuration of the anomaly detector.
|
AnomalyDetectorConfig |
AnomalyDetectorConfig.withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
AnomalyDetectorConfig |
AnomalyDetectorConfig.withAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAnomalyDetectorRequest.setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
void |
CreateAnomalyDetectorRequest.setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
CreateAnomalyDetectorRequest |
CreateAnomalyDetectorRequest.withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
Copyright © 2024. All rights reserved.