Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EventSeverity
-
Packages that use EventSeverity Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EventSeverity in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EventSeverity Modifier and Type Method Description static EventSeverityEventSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventSeverityDescribeEventsRequest. severity()If specified, limits the events returned from this call to include only those with the specified severity or higher.EventSeverityEventDescription. severity()The severity level of this event.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 software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EventSeverity Modifier and Type Method Description static Set<EventSeverity>EventSeverity. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EventSeverity Modifier and Type Method Description DescribeEventsRequest.BuilderDescribeEventsRequest.Builder. severity(EventSeverity severity)If specified, limits the events returned from this call to include only those with the specified severity or higher.EventDescription.BuilderEventDescription.Builder. severity(EventSeverity severity)The severity level of this event.
-