Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of ExecutionStatus in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type ExecutionStatus Modifier and Type Method Description List<ExecutionStatus>DescribeAnomalyDetectionExecutionsResponse. executionList()A list of detection jobs.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type ExecutionStatus Modifier and Type Method Description DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. executionList(ExecutionStatus... executionList)A list of detection jobs.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type ExecutionStatus Modifier and Type Method Description DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. executionList(Collection<ExecutionStatus> executionList)A list of detection jobs.
-