Uses of Class
software.amazon.awssdk.services.codepipeline.model.ConditionExecutionStatus
-
Packages that use ConditionExecutionStatus Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ConditionExecutionStatus in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ConditionExecutionStatus Modifier and Type Method Description static ConditionExecutionStatusConditionExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConditionExecutionStatusConditionExecution. status()The status of the run for a condition.ConditionExecutionStatusStageConditionsExecution. status()The status of a run of a condition for a stage.static ConditionExecutionStatusConditionExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionExecutionStatus[]ConditionExecutionStatus. 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 ConditionExecutionStatus Modifier and Type Method Description static Set<ConditionExecutionStatus>ConditionExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ConditionExecutionStatus Modifier and Type Method Description ConditionExecution.BuilderConditionExecution.Builder. status(ConditionExecutionStatus status)The status of the run for a condition.StageConditionsExecution.BuilderStageConditionsExecution.Builder. status(ConditionExecutionStatus status)The status of a run of a condition for a stage.
-