Uses of Class
software.amazon.awssdk.services.codedeploy.model.ECSTaskSet
-
Packages that use ECSTaskSet Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ECSTaskSet in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ECSTaskSet Modifier and Type Method Description List<ECSTaskSet>ECSTarget. taskSetsInfo()TheECSTaskSetobjects associated with the ECS target.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ECSTaskSet Modifier and Type Method Description ECSTarget.BuilderECSTarget.Builder. taskSetsInfo(ECSTaskSet... taskSetsInfo)TheECSTaskSetobjects associated with the ECS target.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type ECSTaskSet Modifier and Type Method Description ECSTarget.BuilderECSTarget.Builder. taskSetsInfo(Collection<ECSTaskSet> taskSetsInfo)TheECSTaskSetobjects associated with the ECS target.
-