Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EventSeverity
Packages that use EventSeverity
-
Uses of EventSeverity in com.amazonaws.services.elasticbeanstalk.model
Subclasses with type arguments of type EventSeverity in com.amazonaws.services.elasticbeanstalk.modelMethods in com.amazonaws.services.elasticbeanstalk.model that return EventSeverityModifier and TypeMethodDescriptionstatic EventSeverityUse this in place of valueOf.static EventSeverityReturns 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 TypeMethodDescriptionvoidDescribeEventsRequest.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.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.