| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnomalyDetectorResult> |
AbstractAmazonLookoutMetricsAsync.updateAnomalyDetectorAsync(UpdateAnomalyDetectorRequest request,
AsyncHandler<UpdateAnomalyDetectorRequest,UpdateAnomalyDetectorResult> asyncHandler) |
Future<UpdateAnomalyDetectorResult> |
AmazonLookoutMetricsAsync.updateAnomalyDetectorAsync(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest,
AsyncHandler<UpdateAnomalyDetectorRequest,UpdateAnomalyDetectorResult> asyncHandler)
Updates a detector.
|
Future<UpdateAnomalyDetectorResult> |
AmazonLookoutMetricsAsyncClient.updateAnomalyDetectorAsync(UpdateAnomalyDetectorRequest request,
AsyncHandler<UpdateAnomalyDetectorRequest,UpdateAnomalyDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.clone() |
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to update.
|
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.withAnomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
|
UpdateAnomalyDetectorRequest |
UpdateAnomalyDetectorRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
|
Copyright © 2025. All rights reserved.