Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyDetectorSummary
-
Packages that use AnomalyDetectorSummary Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyDetectorSummary in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AnomalyDetectorSummary Modifier and Type Method Description List<AnomalyDetectorSummary>ListAnomalyDetectorsResponse. anomalyDetectorSummaryList()A list of anomaly detectors in the account in the current region.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AnomalyDetectorSummary Modifier and Type Method Description ListAnomalyDetectorsResponse.BuilderListAnomalyDetectorsResponse.Builder. anomalyDetectorSummaryList(AnomalyDetectorSummary... anomalyDetectorSummaryList)A list of anomaly detectors in the account in the current region.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type AnomalyDetectorSummary Modifier and Type Method Description ListAnomalyDetectorsResponse.BuilderListAnomalyDetectorsResponse.Builder. anomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)A list of anomaly detectors in the account in the current region.
-