Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ValidationSeverity
-
Packages that use ValidationSeverity Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ValidationSeverity in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ValidationSeverity Modifier and Type Method Description static ValidationSeverity
ValidationSeverity. fromValue(String value)
Use this in place of valueOf.static ValidationSeverity
ValidationSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationSeverity[]
ValidationSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ValidationSeverity Modifier and Type Method Description void
ValidationMessage. setSeverity(ValidationSeverity severity)
An indication of the severity of this message:ValidationMessage
ValidationMessage. withSeverity(ValidationSeverity severity)
An indication of the severity of this message:
-