Uses of Class
software.amazon.awssdk.services.codepipeline.model.RetryStageExecutionRequest
-
Packages that use RetryStageExecutionRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of RetryStageExecutionRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type RetryStageExecutionRequest Modifier and Type Method Description default CompletableFuture<RetryStageExecutionResponse>CodePipelineAsyncClient. retryStageExecution(RetryStageExecutionRequest 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. -
Uses of RetryStageExecutionRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type RetryStageExecutionRequest Modifier and Type Method Description SdkHttpFullRequestRetryStageExecutionRequestMarshaller. marshall(RetryStageExecutionRequest retryStageExecutionRequest)
-