Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
EventDescription |
EventDescription.withApplicationName(String applicationName)
The application associated with the event.
|
EventDescription |
EventDescription.withEnvironmentName(String environmentName)
The name of the environment associated with this event.
|
EventDescription |
EventDescription.withEventDate(Date eventDate)
The date when the event occurred.
|
EventDescription |
EventDescription.withMessage(String message)
The event message.
|
EventDescription |
EventDescription.withRequestId(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(String severity)
The severity level of this event.
|
EventDescription |
EventDescription.withTemplateName(String templateName)
The name of the configuration associated with this event.
|
EventDescription |
EventDescription.withVersionLabel(String versionLabel)
The release label for the application version associated with this
event.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<EventDescription> events)
A list of EventDescription.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<EventDescription> events)
A list of EventDescription.
|
Copyright © 2014. All rights reserved.