Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleCategory
-
Packages that use RuleCategory Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleCategory in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleCategory Modifier and Type Method Description RuleCategoryRuleTypeId. category()A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.static RuleCategoryRuleCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RuleCategoryRuleCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleCategory[]RuleCategory. 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 RuleCategory Modifier and Type Method Description static Set<RuleCategory>RuleCategory. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleCategory Modifier and Type Method Description RuleTypeId.BuilderRuleTypeId.Builder. category(RuleCategory category)A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.
-