Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EventSeverity
-
Packages that use EventSeverity Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EventSeverity in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EventSeverity Modifier and Type Method Description static EventSeverityEventSeverity. fromValue(String value)Use this in place of valueOf.static EventSeverityEventSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSeverity[]EventSeverity. 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 EventSeverity Modifier and Type Method Description voidDescribeEventsRequest. setSeverity(EventSeverity severity)If specified, limits the events returned from this call to include only those with the specified severity or higher.voidEventDescription. setSeverity(EventSeverity severity)The severity level of this event.DescribeEventsRequestDescribeEventsRequest. withSeverity(EventSeverity severity)If specified, limits the events returned from this call to include only those with the specified severity or higher.EventDescriptionEventDescription. withSeverity(EventSeverity severity)The severity level of this event.
-