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 ValidationSeverityValidationSeverity. fromValue(String value)Use this in place of valueOf.static ValidationSeverityValidationSeverity. 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 voidValidationMessage. setSeverity(ValidationSeverity severity)An indication of the severity of this message:ValidationMessageValidationMessage. withSeverity(ValidationSeverity severity)An indication of the severity of this message:
-