Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeploymentOverview |
DeploymentInfo.deploymentOverview
A summary of the deployment status of the instances in the deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
DeploymentOverview.clone() |
DeploymentOverview |
DeploymentInfo.getDeploymentOverview()
A summary of the deployment status of the instances in the deployment.
|
DeploymentOverview |
DeploymentOverview.withFailed(java.lang.Long failed)
The number of instances in the deployment in a failed state.
|
DeploymentOverview |
DeploymentOverview.withInProgress(java.lang.Long inProgress)
The number of instances in which the deployment is in progress.
|
DeploymentOverview |
DeploymentOverview.withPending(java.lang.Long pending)
The number of instances in the deployment in a pending state.
|
DeploymentOverview |
DeploymentOverview.withSkipped(java.lang.Long skipped)
The number of instances in the deployment in a skipped state.
|
DeploymentOverview |
DeploymentOverview.withSucceeded(java.lang.Long succeeded)
The number of instances in the deployment to which revisions have been
successfully deployed.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
DeploymentOverviewJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentOverviewJsonMarshaller.marshall(DeploymentOverview deploymentOverview,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|