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 DeploymentOverview
DeploymentOverview. clone()
DeploymentOverview
DeploymentInfo. getDeploymentOverview()
A summary of the deployment status of the instances in the deployment.DeploymentOverview
DeploymentOverview. withFailed(Long failed)
The number of instances in the deployment in a failed state.DeploymentOverview
DeploymentOverview. withInProgress(Long inProgress)
The number of instances in which the deployment is in progress.DeploymentOverview
DeploymentOverview. withPending(Long pending)
The number of instances in the deployment in a pending state.DeploymentOverview
DeploymentOverview. withSkipped(Long skipped)
The number of instances in the deployment in a skipped state.DeploymentOverview
DeploymentOverview. 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 void
DeploymentInfo. setDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.DeploymentInfo
DeploymentInfo. withDeploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
-