Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EventSeverity
Packages that use EventSeverity
-
Uses of EventSeverity in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EventSeverityModifier and TypeMethodDescriptionstatic EventSeverity
Use this in place of valueOf.static EventSeverity
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 EventSeverityModifier and TypeMethodDescriptionvoid
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.withSeverity
(EventSeverity severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.EventDescription.withSeverity
(EventSeverity severity) The severity level of this event.