Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleState
-
Packages that use RuleState Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleState in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleState Modifier and Type Method Description List<RuleState>ConditionState. ruleStates()The state of the rules for the condition.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleState Modifier and Type Method Description ConditionState.BuilderConditionState.Builder. ruleStates(RuleState... ruleStates)The state of the rules for the condition.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleState Modifier and Type Method Description ConditionState.BuilderConditionState.Builder. ruleStates(Collection<RuleState> ruleStates)The state of the rules for the condition.
-