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 EventDescriptionEventDescription. clone()EventDescriptionEventDescription. withApplicationName(String applicationName)The application associated with the event.EventDescriptionEventDescription. withEnvironmentName(String environmentName)The name of the environment associated with this event.EventDescriptionEventDescription. withEventDate(Date eventDate)The date when the event occurred.EventDescriptionEventDescription. withMessage(String message)The event message.EventDescriptionEventDescription. withRequestId(String requestId)The web service request ID for the activity of this event.EventDescriptionEventDescription. withSeverity(EventSeverity severity)The severity level of this event.EventDescriptionEventDescription. withSeverity(String severity)The severity level of this event.EventDescriptionEventDescription. withTemplateName(String templateName)The name of the configuration associated with this event.EventDescriptionEventDescription. 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 DescribeEventsResultDescribeEventsResult. 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 voidDescribeEventsResult. setEvents(Collection<EventDescription> events)A list of EventDescription.DescribeEventsResultDescribeEventsResult. withEvents(Collection<EventDescription> events)A list of EventDescription.
-