Uses of Class
com.amazonaws.services.codepipeline.model.TransitionState
-
Packages that use TransitionState Package Description com.amazonaws.services.codepipeline.model -
-
Uses of TransitionState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return TransitionState Modifier and Type Method Description TransitionStateTransitionState. clone()TransitionStateStageState. getInboundTransitionState()The state of the inbound transition, which is either enabled or disabled.TransitionStateTransitionState. withDisabledReason(String disabledReason)The user-specified reason why the transition between two stages of a pipeline was disabled.TransitionStateTransitionState. withEnabled(Boolean enabled)Whether the transition between stages is enabled (true) or disabled (false).TransitionStateTransitionState. withLastChangedAt(Date lastChangedAt)The timestamp when the transition state was last changed.TransitionStateTransitionState. withLastChangedBy(String lastChangedBy)The ID of the user who last changed the transition state.Methods in com.amazonaws.services.codepipeline.model with parameters of type TransitionState Modifier and Type Method Description voidStageState. setInboundTransitionState(TransitionState inboundTransitionState)The state of the inbound transition, which is either enabled or disabled.StageStateStageState. withInboundTransitionState(TransitionState inboundTransitionState)The state of the inbound transition, which is either enabled or disabled.
-