Uses of Class
software.amazon.awssdk.services.codedeploy.model.ECSTarget
-
Packages that use ECSTarget Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ECSTarget in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ECSTarget Modifier and Type Method Description ECSTargetDeploymentTarget. ecsTarget()Information about the target for a deployment that uses the Amazon ECS compute platform.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ECSTarget Modifier and Type Method Description DeploymentTarget.BuilderDeploymentTarget.Builder. ecsTarget(ECSTarget ecsTarget)Information about the target for a deployment that uses the Amazon ECS compute platform.
-