Uses of Class
software.amazon.awssdk.codegen.model.rules.endpoints.RuleModel
-
Packages that use RuleModel Package Description software.amazon.awssdk.codegen.model.rules.endpoints software.amazon.awssdk.codegen.model.service software.amazon.awssdk.codegen.poet.rules2 -
-
Uses of RuleModel in software.amazon.awssdk.codegen.model.rules.endpoints
Methods in software.amazon.awssdk.codegen.model.rules.endpoints that return types with arguments of type RuleModel Modifier and Type Method Description List<RuleModel>RuleModel. getRules()Method parameters in software.amazon.awssdk.codegen.model.rules.endpoints with type arguments of type RuleModel Modifier and Type Method Description voidRuleModel. setRules(List<RuleModel> rules) -
Uses of RuleModel in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type RuleModel Modifier and Type Method Description List<RuleModel>EndpointRuleSetModel. getRules()Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type RuleModel Modifier and Type Method Description voidEndpointRuleSetModel. setRules(List<RuleModel> rules) -
Uses of RuleModel in software.amazon.awssdk.codegen.poet.rules2
Methods in software.amazon.awssdk.codegen.poet.rules2 with parameters of type RuleModel Modifier and Type Method Description static RuleSetExpressionExpressionParser. parseRuleSetExpression(RuleModel model)Parses a rule set expression.
-