Uses of Class
software.amazon.awssdk.services.codedeploy.model.InstanceTarget
-
Packages that use InstanceTarget Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of InstanceTarget in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return InstanceTarget Modifier and Type Method Description InstanceTargetDeploymentTarget. instanceTarget()Information about the target for a deployment that uses the EC2/On-premises compute platform.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type InstanceTarget Modifier and Type Method Description DeploymentTarget.BuilderDeploymentTarget.Builder. instanceTarget(InstanceTarget instanceTarget)Information about the target for a deployment that uses the EC2/On-premises compute platform.
-