Uses of Class
software.amazon.awssdk.services.codepipeline.model.DisableStageTransitionResponse
-
Packages that use DisableStageTransitionResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of DisableStageTransitionResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return DisableStageTransitionResponse Modifier and Type Method Description default DisableStageTransitionResponseCodePipelineClient. disableStageTransition(Consumer<DisableStageTransitionRequest.Builder> disableStageTransitionRequest)Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.default DisableStageTransitionResponseCodePipelineClient. disableStageTransition(DisableStageTransitionRequest disableStageTransitionRequest)Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type DisableStageTransitionResponse Modifier and Type Method Description default CompletableFuture<DisableStageTransitionResponse>CodePipelineAsyncClient. disableStageTransition(Consumer<DisableStageTransitionRequest.Builder> disableStageTransitionRequest)Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.default CompletableFuture<DisableStageTransitionResponse>CodePipelineAsyncClient. disableStageTransition(DisableStageTransitionRequest disableStageTransitionRequest)Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
-