Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyDetectorConfig
-
Packages that use AnomalyDetectorConfig Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyDetectorConfig in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AnomalyDetectorConfig Modifier and Type Method Description AnomalyDetectorConfigCreateAnomalyDetectorRequest. anomalyDetectorConfig()Contains information about the configuration of the anomaly detector.AnomalyDetectorConfigUpdateAnomalyDetectorRequest. anomalyDetectorConfig()Contains information about the configuration to which the detector will be updated.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AnomalyDetectorConfig Modifier and Type Method Description CreateAnomalyDetectorRequest.BuilderCreateAnomalyDetectorRequest.Builder. anomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)Contains information about the configuration of the anomaly detector.UpdateAnomalyDetectorRequest.BuilderUpdateAnomalyDetectorRequest.Builder. anomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)Contains information about the configuration to which the detector will be updated.
-