Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleTypeId
-
Packages that use RuleTypeId Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleTypeId in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleTypeId Modifier and Type Method Description RuleTypeIdRuleType. id()Represents information about a rule type.RuleTypeIdRuleDeclaration. ruleTypeId()The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.RuleTypeIdRuleExecutionInput. ruleTypeId()The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleTypeId Modifier and Type Method Description RuleType.BuilderRuleType.Builder. id(RuleTypeId id)Represents information about a rule type.RuleDeclaration.BuilderRuleDeclaration.Builder. ruleTypeId(RuleTypeId ruleTypeId)The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.RuleExecutionInput.BuilderRuleExecutionInput.Builder. ruleTypeId(RuleTypeId ruleTypeId)The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
-