default OverrideStageConditionResponse |
CodePipelineClient.overrideStageCondition(Consumer<OverrideStageConditionRequest.Builder> overrideStageConditionRequest) |
Used to override a stage condition.
|
default OverrideStageConditionResponse |
CodePipelineClient.overrideStageCondition(OverrideStageConditionRequest overrideStageConditionRequest) |
Used to override a stage condition.
|
default RetryStageExecutionResponse |
CodePipelineClient.retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest) |
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
default RetryStageExecutionResponse |
CodePipelineClient.retryStageExecution(RetryStageExecutionRequest retryStageExecutionRequest) |
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
default RollbackStageResponse |
CodePipelineClient.rollbackStage(Consumer<RollbackStageRequest.Builder> rollbackStageRequest) |
Rolls back a stage execution.
|
default RollbackStageResponse |
CodePipelineClient.rollbackStage(RollbackStageRequest rollbackStageRequest) |
Rolls back a stage execution.
|
default StartPipelineExecutionResponse |
CodePipelineClient.startPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest) |
Starts the specified pipeline.
|
default StartPipelineExecutionResponse |
CodePipelineClient.startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest) |
Starts the specified pipeline.
|
default StopPipelineExecutionResponse |
CodePipelineClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest) |
Stops the specified pipeline execution.
|
default StopPipelineExecutionResponse |
CodePipelineClient.stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest) |
Stops the specified pipeline execution.
|