Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.CreateAlertRequest
-
Packages that use CreateAlertRequest Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.transform -
-
Uses of CreateAlertRequest in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics with parameters of type CreateAlertRequest Modifier and Type Method Description default CompletableFuture<CreateAlertResponse>LookoutMetricsAsyncClient. createAlert(CreateAlertRequest createAlertRequest)Creates an alert for an anomaly detector.default CreateAlertResponseLookoutMetricsClient. createAlert(CreateAlertRequest createAlertRequest)Creates an alert for an anomaly detector. -
Uses of CreateAlertRequest in software.amazon.awssdk.services.lookoutmetrics.transform
Methods in software.amazon.awssdk.services.lookoutmetrics.transform with parameters of type CreateAlertRequest Modifier and Type Method Description SdkHttpFullRequestCreateAlertRequestMarshaller. marshall(CreateAlertRequest createAlertRequest)
-