Uses of Class
software.amazon.awssdk.services.lookoutmetrics.paginators.DescribeAnomalyDetectionExecutionsIterable
-
Packages that use DescribeAnomalyDetectionExecutionsIterable Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference. -
-
Uses of DescribeAnomalyDetectionExecutionsIterable in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics that return DescribeAnomalyDetectionExecutionsIterable Modifier and Type Method Description default DescribeAnomalyDetectionExecutionsIterableLookoutMetricsClient. describeAnomalyDetectionExecutionsPaginator(Consumer<DescribeAnomalyDetectionExecutionsRequest.Builder> describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs.default DescribeAnomalyDetectionExecutionsIterableLookoutMetricsClient. describeAnomalyDetectionExecutionsPaginator(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs.
-