Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.DescribeAnomalyDetectionExecutionsResponse
-
Packages that use DescribeAnomalyDetectionExecutionsResponse Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.paginators -
-
Uses of DescribeAnomalyDetectionExecutionsResponse in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics that return DescribeAnomalyDetectionExecutionsResponse Modifier and Type Method Description default DescribeAnomalyDetectionExecutionsResponseLookoutMetricsClient. describeAnomalyDetectionExecutions(Consumer<DescribeAnomalyDetectionExecutionsRequest.Builder> describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs.default DescribeAnomalyDetectionExecutionsResponseLookoutMetricsClient. describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs.Methods in software.amazon.awssdk.services.lookoutmetrics that return types with arguments of type DescribeAnomalyDetectionExecutionsResponse Modifier and Type Method Description default CompletableFuture<DescribeAnomalyDetectionExecutionsResponse>LookoutMetricsAsyncClient. describeAnomalyDetectionExecutions(Consumer<DescribeAnomalyDetectionExecutionsRequest.Builder> describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs.default CompletableFuture<DescribeAnomalyDetectionExecutionsResponse>LookoutMetricsAsyncClient. describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)Returns information about the status of the specified anomaly detection jobs. -
Uses of DescribeAnomalyDetectionExecutionsResponse in software.amazon.awssdk.services.lookoutmetrics.paginators
Methods in software.amazon.awssdk.services.lookoutmetrics.paginators that return types with arguments of type DescribeAnomalyDetectionExecutionsResponse Modifier and Type Method Description Iterator<DescribeAnomalyDetectionExecutionsResponse>DescribeAnomalyDetectionExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lookoutmetrics.paginators with type arguments of type DescribeAnomalyDetectionExecutionsResponse Modifier and Type Method Description voidDescribeAnomalyDetectionExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAnomalyDetectionExecutionsResponse> subscriber)
-