Uses of Class
com.amazonaws.services.ecs.model.ServiceEvent
-
Packages that use ServiceEvent Package Description com.amazonaws.services.ecs.model -
-
Uses of ServiceEvent in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ServiceEvent Modifier and Type Method Description ServiceEventServiceEvent. clone()ServiceEventServiceEvent. withCreatedAt(Date createdAt)The Unix time in seconds and milliseconds when the event was triggered.ServiceEventServiceEvent. withId(String id)The ID string of the event.ServiceEventServiceEvent. withMessage(String message)The event message.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ServiceEvent Modifier and Type Method Description List<ServiceEvent>Service. getEvents()The event stream for your service.Methods in com.amazonaws.services.ecs.model with parameters of type ServiceEvent Modifier and Type Method Description ServiceService. withEvents(ServiceEvent... events)The event stream for your service.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ServiceEvent Modifier and Type Method Description voidService. setEvents(Collection<ServiceEvent> events)The event stream for your service.ServiceService. withEvents(Collection<ServiceEvent> events)The event stream for your service.
-