Uses of Class
software.amazon.awssdk.services.codedeploy.model.CloudFormationTarget
-
Packages that use CloudFormationTarget Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of CloudFormationTarget in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return CloudFormationTarget Modifier and Type Method Description CloudFormationTargetDeploymentTarget. cloudFormationTarget()Returns the value of the CloudFormationTarget property for this object.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type CloudFormationTarget Modifier and Type Method Description DeploymentTarget.BuilderDeploymentTarget.Builder. cloudFormationTarget(CloudFormationTarget cloudFormationTarget)Sets the value of the CloudFormationTarget property for this object.
-