| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| FailureConditions | FailureConditions. clone() | 
| FailureConditions | StageDeclaration. getOnFailure()
 The method to use when a stage has not completed successfully. | 
| FailureConditions | FailureConditions. withResult(Result result)
 The specified result for when the failure conditions are met, such as rolling back the stage. | 
| FailureConditions | FailureConditions. withResult(String result)
 The specified result for when the failure conditions are met, such as rolling back the stage. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StageDeclaration. setOnFailure(FailureConditions onFailure)
 The method to use when a stage has not completed successfully. | 
| StageDeclaration | StageDeclaration. withOnFailure(FailureConditions onFailure)
 The method to use when a stage has not completed successfully. | 
Copyright © 2024. All rights reserved.