Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EventDescription
-
Packages that use EventDescription Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EventDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EventDescription Modifier and Type Method Description EventDescription
EventDescription. clone()
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 Modifier and Type Method Description List<EventDescription>
DescribeEventsResult. getEvents()
A list of EventDescription.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EventDescription Modifier and Type Method Description DescribeEventsResult
DescribeEventsResult. withEvents(EventDescription... events)
A list of EventDescription.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EventDescription Modifier and Type Method Description void
DescribeEventsResult. setEvents(Collection<EventDescription> events)
A list of EventDescription.DescribeEventsResult
DescribeEventsResult. withEvents(Collection<EventDescription> events)
A list of EventDescription.
-