| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
RollbackInfo |
RollbackInfo.clone() |
RollbackInfo |
DeploymentInfo.getRollbackInfo()
Information about a deployment rollback.
|
RollbackInfo |
RollbackInfo.withRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
|
RollbackInfo |
RollbackInfo.withRollbackMessage(String rollbackMessage)
Information that describes the status of a deployment rollback (for example, whether the deployment can't be
rolled back, is in progress, failed, or succeeded).
|
RollbackInfo |
RollbackInfo.withRollbackTriggeringDeploymentId(String rollbackTriggeringDeploymentId)
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or
was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentInfo.setRollbackInfo(RollbackInfo rollbackInfo)
Information about a deployment rollback.
|
DeploymentInfo |
DeploymentInfo.withRollbackInfo(RollbackInfo rollbackInfo)
Information about a deployment rollback.
|
Copyright © 2022. All rights reserved.