Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.