Uses of Class
software.amazon.awssdk.services.codepipeline.model.ConditionType
-
Packages that use ConditionType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ConditionType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ConditionType Modifier and Type Method Description ConditionTypeOverrideStageConditionRequest. conditionType()The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.static ConditionTypeConditionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConditionTypeConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionType[]ConditionType. 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 ConditionType Modifier and Type Method Description static Set<ConditionType>ConditionType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ConditionType Modifier and Type Method Description OverrideStageConditionRequest.BuilderOverrideStageConditionRequest.Builder. conditionType(ConditionType conditionType)The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
-