Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of Action in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return Action Modifier and Type Method Description ActionAlert. action()Action that will be triggered when there is an alert.ActionCreateAlertRequest. action()Action that will be triggered when there is an alert.ActionUpdateAlertRequest. action()Action that will be triggered when there is an alert.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type Action Modifier and Type Method Description Alert.BuilderAlert.Builder. action(Action action)Action that will be triggered when there is an alert.CreateAlertRequest.BuilderCreateAlertRequest.Builder. action(Action action)Action that will be triggered when there is an alert.UpdateAlertRequest.BuilderUpdateAlertRequest.Builder. action(Action action)Action that will be triggered when there is an alert.
-