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 EnableStageTransitionRequest
EnableStageTransitionRequest. clone()
EnableStageTransitionRequest
EnableStageTransitionRequest. withPipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.EnableStageTransitionRequest
EnableStageTransitionRequest. 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).EnableStageTransitionRequest
EnableStageTransitionRequest. 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).EnableStageTransitionRequest
EnableStageTransitionRequest. 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).
-