| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
TransitionState | 
TransitionState.clone()  | 
TransitionState | 
StageState.getInboundTransitionState()
 The state of the inbound transition, which is either enabled or disabled. 
 | 
TransitionState | 
TransitionState.withDisabledReason(String disabledReason)
 The user-specified reason why the transition between two stages of a pipeline was disabled. 
 | 
TransitionState | 
TransitionState.withEnabled(Boolean enabled)
 Whether the transition between stages is enabled (true) or disabled (false). 
 | 
TransitionState | 
TransitionState.withLastChangedAt(Date lastChangedAt)
 The timestamp when the transition state was last changed. 
 | 
TransitionState | 
TransitionState.withLastChangedBy(String lastChangedBy)
 The ID of the user who last changed the transition state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StageState.setInboundTransitionState(TransitionState inboundTransitionState)
 The state of the inbound transition, which is either enabled or disabled. 
 | 
StageState | 
StageState.withInboundTransitionState(TransitionState inboundTransitionState)
 The state of the inbound transition, which is either enabled or disabled. 
 | 
Copyright © 2022. All rights reserved.