Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.UpdateAlertResponse
-
Packages that use UpdateAlertResponse Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference. -
-
Uses of UpdateAlertResponse in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics that return UpdateAlertResponse Modifier and Type Method Description default UpdateAlertResponseLookoutMetricsClient. updateAlert(Consumer<UpdateAlertRequest.Builder> updateAlertRequest)Make changes to an existing alert.default UpdateAlertResponseLookoutMetricsClient. updateAlert(UpdateAlertRequest updateAlertRequest)Make changes to an existing alert.Methods in software.amazon.awssdk.services.lookoutmetrics that return types with arguments of type UpdateAlertResponse Modifier and Type Method Description default CompletableFuture<UpdateAlertResponse>LookoutMetricsAsyncClient. updateAlert(Consumer<UpdateAlertRequest.Builder> updateAlertRequest)Make changes to an existing alert.default CompletableFuture<UpdateAlertResponse>LookoutMetricsAsyncClient. updateAlert(UpdateAlertRequest updateAlertRequest)Make changes to an existing alert.
-