|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventDescription | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of EventDescription in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return EventDescription | |
---|---|
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. |
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type EventDescription | |
---|---|
List<EventDescription> |
DescribeEventsResult.getEvents()
A list of EventDescription. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EventDescription | |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(EventDescription... events)
A list of EventDescription. |
Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EventDescription | |
---|---|
void |
DescribeEventsResult.setEvents(Collection<EventDescription> events)
A list of EventDescription. |
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<EventDescription> events)
A list of EventDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |