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