Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AlertType
-
Packages that use AlertType Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AlertType in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AlertType Modifier and Type Method Description AlertTypeAlert. alertType()The type of the alert.AlertTypeAlertSummary. alertType()The type of the alert.static AlertTypeAlertType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlertTypeAlertType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertType[]AlertType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AlertType Modifier and Type Method Description static Set<AlertType>AlertType. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AlertType Modifier and Type Method Description Alert.BuilderAlert.Builder. alertType(AlertType alertType)The type of the alert.AlertSummary.BuilderAlertSummary.Builder. alertType(AlertType alertType)The type of the alert.
-