| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentOverview.Builder |
DeploymentOverview.builder() |
DeploymentOverview.Builder |
DeploymentOverview.Builder.failed(Long failed)
The number of instances in the deployment in a failed state.
|
DeploymentOverview.Builder |
DeploymentOverview.Builder.inProgress(Long inProgress)
The number of instances in which the deployment is in progress.
|
DeploymentOverview.Builder |
DeploymentOverview.Builder.pending(Long pending)
The number of instances in the deployment in a pending state.
|
DeploymentOverview.Builder |
DeploymentOverview.Builder.ready(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
DeploymentOverview.Builder |
DeploymentOverview.Builder.skipped(Long skipped)
The number of instances in the deployment in a skipped state.
|
DeploymentOverview.Builder |
DeploymentOverview.Builder.succeeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
|
DeploymentOverview.Builder |
DeploymentOverview.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentOverview.Builder> |
DeploymentOverview.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentOverview(Consumer<DeploymentOverview.Builder> deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
Copyright © 2021. All rights reserved.