Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceEvent
-
Packages that use ServiceEvent Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceEvent in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceEvent Modifier and Type Method Description List<ServiceEvent>Service. events()The event stream for your service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceEvent Modifier and Type Method Description Service.BuilderService.Builder. events(ServiceEvent... events)The event stream for your service.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ServiceEvent Modifier and Type Method Description Service.BuilderService.Builder. events(Collection<ServiceEvent> events)The event stream for your service.
-