Uses of Class
com.amazonaws.services.codepipeline.model.EnableStageTransitionRequest
-
Packages that use EnableStageTransitionRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of EnableStageTransitionRequest in com.amazonaws.services.codepipeline
Method parameters in com.amazonaws.services.codepipeline with type arguments of type EnableStageTransitionRequest Modifier and Type Method Description Future<EnableStageTransitionResult>AbstractAWSCodePipelineAsync. enableStageTransitionAsync(EnableStageTransitionRequest request, AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler)Future<EnableStageTransitionResult>AWSCodePipelineAsync. enableStageTransitionAsync(EnableStageTransitionRequest enableStageTransitionRequest, AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler)Enables artifacts in a pipeline to transition to a stage in a pipeline.Future<EnableStageTransitionResult>AWSCodePipelineAsyncClient. enableStageTransitionAsync(EnableStageTransitionRequest request, AsyncHandler<EnableStageTransitionRequest,EnableStageTransitionResult> asyncHandler) -
Uses of EnableStageTransitionRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return EnableStageTransitionRequest Modifier and Type Method Description EnableStageTransitionRequestEnableStageTransitionRequest. clone()EnableStageTransitionRequestEnableStageTransitionRequest. withPipelineName(String pipelineName)The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.EnableStageTransitionRequestEnableStageTransitionRequest. withStageName(String stageName)The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).EnableStageTransitionRequestEnableStageTransitionRequest. withTransitionType(StageTransitionType transitionType)Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).EnableStageTransitionRequestEnableStageTransitionRequest. withTransitionType(String transitionType)Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
-