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>IdMappingRuleBasedProperties. rules()The rules that can be used for ID mapping.List<Rule>NamespaceRuleBasedProperties. rules()The rules for the ID namespace.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 IdMappingRuleBasedProperties.BuilderIdMappingRuleBasedProperties.Builder. rules(Rule... rules)The rules that can be used for ID mapping.NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. rules(Rule... rules)The rules for the ID namespace.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 IdMappingRuleBasedProperties.BuilderIdMappingRuleBasedProperties.Builder. rules(Collection<Rule> rules)The rules that can be used for ID mapping.NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. rules(Collection<Rule> rules)The rules for the ID namespace.RuleBasedProperties.BuilderRuleBasedProperties.Builder. rules(Collection<Rule> rules)A list ofRuleobjects, each of which have fieldsRuleNameandMatchingKeys.
-