| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAnomalyDetectorsResponse> |
LookoutMetricsAsyncClient.listAnomalyDetectors(Consumer<ListAnomalyDetectorsRequest.Builder> listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
default ListAnomalyDetectorsResponse |
LookoutMetricsClient.listAnomalyDetectors(Consumer<ListAnomalyDetectorsRequest.Builder> listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
default ListAnomalyDetectorsPublisher |
LookoutMetricsAsyncClient.listAnomalyDetectorsPaginator(Consumer<ListAnomalyDetectorsRequest.Builder> listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
default ListAnomalyDetectorsIterable |
LookoutMetricsClient.listAnomalyDetectorsPaginator(Consumer<ListAnomalyDetectorsRequest.Builder> listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.builder() |
ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.Builder.nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAnomalyDetectorsRequest.Builder |
ListAnomalyDetectorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAnomalyDetectorsRequest.Builder> |
ListAnomalyDetectorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.