| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static StageTransitionType |
StageTransitionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StageTransitionType |
EnableStageTransitionRequest.transitionType()
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
StageTransitionType |
DisableStageTransitionRequest.transitionType()
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the actions in
that stage (inbound), or prevented from transitioning from the stage after they have been processed by the
actions in that stage (outbound).
|
static StageTransitionType |
StageTransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageTransitionType[] |
StageTransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StageTransitionType> |
StageTransitionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.transitionType(StageTransitionType transitionType)
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.transitionType(StageTransitionType transitionType)
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).
|
Copyright © 2023. All rights reserved.