Uses of Interface
software.amazon.awssdk.services.codedeploy.model.DeploymentOverview.Builder
-
Packages that use DeploymentOverview.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentOverview.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentOverview.Builder Modifier and Type Method Description static DeploymentOverview.BuilderDeploymentOverview. builder()DeploymentOverview.BuilderDeploymentOverview.Builder. failed(Long failed)The number of instances in the deployment in a failed state.DeploymentOverview.BuilderDeploymentOverview.Builder. inProgress(Long inProgress)The number of instances in which the deployment is in progress.DeploymentOverview.BuilderDeploymentOverview.Builder. pending(Long pending)The number of instances in the deployment in a pending state.DeploymentOverview.BuilderDeploymentOverview.Builder. ready(Long ready)The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.DeploymentOverview.BuilderDeploymentOverview.Builder. skipped(Long skipped)The number of instances in the deployment in a skipped state.DeploymentOverview.BuilderDeploymentOverview.Builder. succeeded(Long succeeded)The number of instances in the deployment to which revisions have been successfully deployed.DeploymentOverview.BuilderDeploymentOverview. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type DeploymentOverview.Builder Modifier and Type Method Description static Class<? extends DeploymentOverview.Builder>DeploymentOverview. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type DeploymentOverview.Builder Modifier and Type Method Description default DeploymentInfo.BuilderDeploymentInfo.Builder. deploymentOverview(Consumer<DeploymentOverview.Builder> deploymentOverview)A summary of the deployment status of the instances in the deployment.
-