Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleConfigurationProperty
-
Packages that use RuleConfigurationProperty Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleConfigurationProperty in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleConfigurationProperty Modifier and Type Method Description List<RuleConfigurationProperty>RuleType. ruleConfigurationProperties()The configuration properties for the rule type.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleConfigurationProperty Modifier and Type Method Description RuleType.BuilderRuleType.Builder. ruleConfigurationProperties(RuleConfigurationProperty... ruleConfigurationProperties)The configuration properties for the rule type.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleConfigurationProperty Modifier and Type Method Description RuleType.BuilderRuleType.Builder. ruleConfigurationProperties(Collection<RuleConfigurationProperty> ruleConfigurationProperties)The configuration properties for the rule type.
-