Uses of Class
software.amazon.awssdk.services.codedeploy.model.TargetInstances
-
Packages that use TargetInstances Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TargetInstances in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TargetInstances Modifier and Type Method Description TargetInstancesCreateDeploymentRequest. targetInstances()Information about the instances that belong to the replacement environment in a blue/green deployment.TargetInstancesDeploymentInfo. targetInstances()Information about the instances that belong to the replacement environment in a blue/green deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TargetInstances Modifier and Type Method Description CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. targetInstances(TargetInstances targetInstances)Information about the instances that belong to the replacement environment in a blue/green deployment.DeploymentInfo.BuilderDeploymentInfo.Builder. targetInstances(TargetInstances targetInstances)Information about the instances that belong to the replacement environment in a blue/green deployment.
-