| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static EventSeverity |
EventSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventSeverity |
EventDescription.severity()
The severity level of this event.
|
EventSeverity |
DescribeEventsRequest.severity()
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventSeverity> |
EventSeverity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EventDescription.Builder |
EventDescription.Builder.severity(EventSeverity severity)
The severity level of this event.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.severity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
Copyright © 2022. All rights reserved.