Uses of Class
com.amazonaws.services.ecs.model.ServiceEvent
Packages that use ServiceEvent
-
Uses of ServiceEvent in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ServiceEventModifier and TypeMethodDescriptionServiceEvent.clone()
ServiceEvent.withCreatedAt
(Date createdAt) The Unix time in seconds and milliseconds when the event was triggered.The ID string of the event.ServiceEvent.withMessage
(String message) The event message.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ServiceEventMethods in com.amazonaws.services.ecs.model with parameters of type ServiceEventModifier and TypeMethodDescriptionService.withEvents
(ServiceEvent... events) The event stream for your service.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ServiceEventModifier and TypeMethodDescriptionvoid
Service.setEvents
(Collection<ServiceEvent> events) The event stream for your service.Service.withEvents
(Collection<ServiceEvent> events) The event stream for your service.