Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentOverview
-
Packages that use DeploymentOverview Package Description com.amazonaws.services.codedeploy.model -
-
Uses of DeploymentOverview in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentOverview Modifier and Type Method Description DeploymentOverviewDeploymentOverview. clone()DeploymentOverviewDeploymentInfo. getDeploymentOverview()A summary of the deployment status of the instances in the deployment.DeploymentOverviewDeploymentOverview. withFailed(Long failed)The number of instances in the deployment in a failed state.DeploymentOverviewDeploymentOverview. withInProgress(Long inProgress)The number of instances in which the deployment is in progress.DeploymentOverviewDeploymentOverview. withPending(Long pending)The number of instances in the deployment in a pending state.DeploymentOverviewDeploymentOverview. withSkipped(Long skipped)The number of instances in the deployment in a skipped state.DeploymentOverviewDeploymentOverview. withSucceeded(Long succeeded)The number of instances in the deployment to which revisions have been successfully deployed.Methods in com.amazonaws.services.codedeploy.model with parameters of type DeploymentOverview Modifier and Type Method Description voidDeploymentInfo. setDeploymentOverview(DeploymentOverview deploymentOverview)A summary of the deployment status of the instances in the deployment.DeploymentInfoDeploymentInfo. withDeploymentOverview(DeploymentOverview deploymentOverview)A summary of the deployment status of the instances in the deployment.
-