Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleOwner
-
Packages that use RuleOwner Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleOwner in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleOwner Modifier and Type Method Description static RuleOwnerRuleOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleOwnerRuleTypeId. owner()The creator of the rule being called.RuleOwnerListRuleTypesRequest. ruleOwnerFilter()The rule owner to filter on.static RuleOwnerRuleOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleOwner[]RuleOwner. 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 RuleOwner Modifier and Type Method Description static Set<RuleOwner>RuleOwner. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleOwner Modifier and Type Method Description RuleTypeId.BuilderRuleTypeId.Builder. owner(RuleOwner owner)The creator of the rule being called.ListRuleTypesRequest.BuilderListRuleTypesRequest.Builder. ruleOwnerFilter(RuleOwner ruleOwnerFilter)The rule owner to filter on.
-