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