Uses of Class
software.amazon.awssdk.services.entityresolution.model.RuleBasedProperties
-
Packages that use RuleBasedProperties Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of RuleBasedProperties in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return RuleBasedProperties Modifier and Type Method Description RuleBasedPropertiesResolutionTechniques. ruleBasedProperties()An object which defines the list of matching rules to run and has a fieldRules, which is a list of rule objects.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type RuleBasedProperties Modifier and Type Method Description ResolutionTechniques.BuilderResolutionTechniques.Builder. ruleBasedProperties(RuleBasedProperties ruleBasedProperties)An object which defines the list of matching rules to run and has a fieldRules, which is a list of rule objects.
-