Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.UpdateAnomalyDetectorRequest
-
Packages that use UpdateAnomalyDetectorRequest Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.transform -
-
Uses of UpdateAnomalyDetectorRequest in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics with parameters of type UpdateAnomalyDetectorRequest Modifier and Type Method Description default CompletableFuture<UpdateAnomalyDetectorResponse>LookoutMetricsAsyncClient. updateAnomalyDetector(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest)Updates a detector.default UpdateAnomalyDetectorResponseLookoutMetricsClient. updateAnomalyDetector(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest)Updates a detector. -
Uses of UpdateAnomalyDetectorRequest in software.amazon.awssdk.services.lookoutmetrics.transform
Methods in software.amazon.awssdk.services.lookoutmetrics.transform with parameters of type UpdateAnomalyDetectorRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAnomalyDetectorRequestMarshaller. marshall(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest)
-