| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| software.amazon.awssdk.services.lookoutmetrics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAnomalyDetectionExecutionsResponse |
LookoutMetricsClient.describeAnomalyDetectionExecutions(Consumer<DescribeAnomalyDetectionExecutionsRequest.Builder> describeAnomalyDetectionExecutionsRequest)
Returns information about the status of the specified anomaly detection jobs.
|
default DescribeAnomalyDetectionExecutionsResponse |
LookoutMetricsClient.describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)
Returns information about the status of the specified anomaly detection jobs.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeAnomalyDetectionExecutionsResponse> |
DescribeAnomalyDetectionExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAnomalyDetectionExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeAnomalyDetectionExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.