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 EventSeverity
EventSeverity. fromValue(String value)
Use this in place of valueOf.static EventSeverity
EventSeverity. 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 void
DescribeEventsRequest. setSeverity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.void
EventDescription. setSeverity(EventSeverity severity)
The severity level of this event.DescribeEventsRequest
DescribeEventsRequest. withSeverity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.EventDescription
EventDescription. withSeverity(EventSeverity severity)
The severity level of this event.
-