Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageTransitionType
-
Packages that use StageTransitionType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageTransitionType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageTransitionType Modifier and Type Method Description static StageTransitionTypeStageTransitionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageTransitionTypeDisableStageTransitionRequest. 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).StageTransitionTypeEnableStageTransitionRequest. 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).static StageTransitionTypeStageTransitionType. 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.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageTransitionType Modifier and Type Method Description static Set<StageTransitionType>StageTransitionType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageTransitionType Modifier and Type Method Description DisableStageTransitionRequest.BuilderDisableStageTransitionRequest.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).EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.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).
-