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 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.
|