Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventDescription> |
DescribeEventsResult.events
A list of EventDescription.
|
Modifier and Type | Method and Description |
---|---|
EventDescription |
EventDescription.clone() |
EventDescription |
EventDescription.withApplicationName(java.lang.String applicationName)
The application associated with the event.
|
EventDescription |
EventDescription.withEnvironmentName(java.lang.String environmentName)
The name of the environment associated with this event.
|
EventDescription |
EventDescription.withEventDate(java.util.Date eventDate)
The date when the event occurred.
|
EventDescription |
EventDescription.withMessage(java.lang.String message)
The event message.
|
EventDescription |
EventDescription.withRequestId(java.lang.String requestId)
The web service request ID for the activity of this event.
|
EventDescription |
EventDescription.withSeverity(EventSeverity severity)
The severity level of this event.
|
EventDescription |
EventDescription.withSeverity(java.lang.String severity)
The severity level of this event.
|
EventDescription |
EventDescription.withTemplateName(java.lang.String templateName)
The name of the configuration associated with this event.
|
EventDescription |
EventDescription.withVersionLabel(java.lang.String versionLabel)
The release label for the application version associated with this event.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventDescription> |
DescribeEventsResult.getEvents()
A list of EventDescription.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(EventDescription... events)
A list of EventDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventsResult.setEvents(java.util.Collection<EventDescription> events)
A list of EventDescription.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(java.util.Collection<EventDescription> events)
A list of EventDescription.
|
Modifier and Type | Method and Description |
---|---|
EventDescription |
EventDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |