Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
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.
|
Modifier and Type | Method and Description |
---|---|
TransitionState |
TransitionStateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TransitionStateMarshaller.marshall(TransitionState transitionState,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.