Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EventDescription
Packages that use EventDescription
-
Uses of EventDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EventDescriptionModifier and TypeMethodDescriptionEventDescription.clone()
EventDescription.withApplicationName
(String applicationName) The application associated with the event.EventDescription.withEnvironmentName
(String environmentName) The name of the environment associated with this event.EventDescription.withEventDate
(Date eventDate) The date when the event occurred.EventDescription.withMessage
(String message) The event message.EventDescription.withRequestId
(String requestId) The web service request ID for the activity of this event.EventDescription.withSeverity
(EventSeverity severity) The severity level of this event.EventDescription.withSeverity
(String severity) The severity level of this event.EventDescription.withTemplateName
(String templateName) The name of the configuration associated with this event.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 EventDescriptionMethods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EventDescriptionModifier and TypeMethodDescriptionDescribeEventsResult.withEvents
(EventDescription... events) A list of EventDescription.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EventDescriptionModifier and TypeMethodDescriptionvoid
DescribeEventsResult.setEvents
(Collection<EventDescription> events) A list of EventDescription.DescribeEventsResult.withEvents
(Collection<EventDescription> events) A list of EventDescription.