Uses of Class
software.amazon.awssdk.services.codepipeline.model.RollbackStageResponse
-
Packages that use RollbackStageResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of RollbackStageResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return RollbackStageResponse Modifier and Type Method Description default RollbackStageResponseCodePipelineClient. rollbackStage(Consumer<RollbackStageRequest.Builder> rollbackStageRequest)Rolls back a stage execution.default RollbackStageResponseCodePipelineClient. rollbackStage(RollbackStageRequest rollbackStageRequest)Rolls back a stage execution.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type RollbackStageResponse Modifier and Type Method Description default CompletableFuture<RollbackStageResponse>CodePipelineAsyncClient. rollbackStage(Consumer<RollbackStageRequest.Builder> rollbackStageRequest)Rolls back a stage execution.default CompletableFuture<RollbackStageResponse>CodePipelineAsyncClient. rollbackStage(RollbackStageRequest rollbackStageRequest)Rolls back a stage execution.
-