Uses of Class
software.amazon.awssdk.services.entityresolution.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of Rule in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>RuleBasedProperties. rules()A list ofRuleobjects, each of which have fieldsRuleNameandMatchingKeys.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type Rule Modifier and Type Method Description RuleBasedProperties.BuilderRuleBasedProperties.Builder. rules(Rule... rules)A list ofRuleobjects, each of which have fieldsRuleNameandMatchingKeys.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type Rule Modifier and Type Method Description RuleBasedProperties.BuilderRuleBasedProperties.Builder. rules(Collection<Rule> rules)A list ofRuleobjects, each of which have fieldsRuleNameandMatchingKeys.
-