Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageNotRetryableException
-
Packages that use StageNotRetryableException Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of StageNotRetryableException in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that throw StageNotRetryableException Modifier and Type Method Description default RetryStageExecutionResponseCodePipelineClient. retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest)You can retry a stage that has failed without having to run a pipeline again from the beginning.default RetryStageExecutionResponseCodePipelineClient. retryStageExecution(RetryStageExecutionRequest retryStageExecutionRequest)You can retry a stage that has failed without having to run a pipeline again from the beginning.
-