Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.DescribeAnomalyDetectionExecutionsRequest
-
Packages that use DescribeAnomalyDetectionExecutionsRequest Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.paginators software.amazon.awssdk.services.lookoutmetrics.transform -
-
Uses of DescribeAnomalyDetectionExecutionsRequest in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics with parameters of type DescribeAnomalyDetectionExecutionsRequest Modifier and Type Method Description default CompletableFuture<DescribeAnomalyDetectionExecutionsResponse>LookoutMetricsAsyncClient. describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest 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.default DescribeAnomalyDetectionExecutionsPublisherLookoutMetricsAsyncClient. describeAnomalyDetectionExecutionsPaginator(DescribeAnomalyDetectionExecutionsRequest 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. -
Uses of DescribeAnomalyDetectionExecutionsRequest in software.amazon.awssdk.services.lookoutmetrics.paginators
Constructors in software.amazon.awssdk.services.lookoutmetrics.paginators with parameters of type DescribeAnomalyDetectionExecutionsRequest Constructor Description DescribeAnomalyDetectionExecutionsIterable(LookoutMetricsClient client, DescribeAnomalyDetectionExecutionsRequest firstRequest)DescribeAnomalyDetectionExecutionsPublisher(LookoutMetricsAsyncClient client, DescribeAnomalyDetectionExecutionsRequest firstRequest) -
Uses of DescribeAnomalyDetectionExecutionsRequest in software.amazon.awssdk.services.lookoutmetrics.transform
Methods in software.amazon.awssdk.services.lookoutmetrics.transform with parameters of type DescribeAnomalyDetectionExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAnomalyDetectionExecutionsRequestMarshaller. marshall(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)
-