Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleDeclaration
-
Packages that use RuleDeclaration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleDeclaration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleDeclaration Modifier and Type Method Description List<RuleDeclaration>Condition. rules()The rules that make up the condition.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleDeclaration Modifier and Type Method Description Condition.BuilderCondition.Builder. rules(RuleDeclaration... rules)The rules that make up the condition.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleDeclaration Modifier and Type Method Description Condition.BuilderCondition.Builder. rules(Collection<RuleDeclaration> rules)The rules that make up the condition.
-