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 ServiceEvent
ServiceEvent. clone()
ServiceEvent
ServiceEvent. withCreatedAt(Date createdAt)
The Unix time in seconds and milliseconds when the event was triggered.ServiceEvent
ServiceEvent. withId(String id)
The ID string of the event.ServiceEvent
ServiceEvent. 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 Service
Service. 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 void
Service. setEvents(Collection<ServiceEvent> events)
The event stream for your service.Service
Service. withEvents(Collection<ServiceEvent> events)
The event stream for your service.
-