Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeploymentOverview
-
Packages that use DeploymentOverview Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentOverview in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentOverview Modifier and Type Method Description DeploymentOverviewDeploymentInfo. deploymentOverview()A summary of the deployment status of the instances in the deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type DeploymentOverview Modifier and Type Method Description DeploymentInfo.BuilderDeploymentInfo.Builder. deploymentOverview(DeploymentOverview deploymentOverview)A summary of the deployment status of the instances in the deployment.
-