Uses of Class
software.amazon.awssdk.services.codepipeline.model.TransitionState
-
Packages that use TransitionState Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of TransitionState in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return TransitionState Modifier and Type Method Description TransitionStateStageState. inboundTransitionState()The state of the inbound transition, which is either enabled or disabled.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type TransitionState Modifier and Type Method Description StageState.BuilderStageState.Builder. inboundTransitionState(TransitionState inboundTransitionState)The state of the inbound transition, which is either enabled or disabled.
-