Uses of Class
software.amazon.awssdk.services.customerprofiles.model.RuleBasedMatchingRequest
-
Packages that use RuleBasedMatchingRequest Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of RuleBasedMatchingRequest in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return RuleBasedMatchingRequest Modifier and Type Method Description RuleBasedMatchingRequestCreateDomainRequest. ruleBasedMatching()The process of matching duplicate profiles using the Rule-Based matching.RuleBasedMatchingRequestUpdateDomainRequest. ruleBasedMatching()The process of matching duplicate profiles using the rule-Based matching.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type RuleBasedMatchingRequest Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. ruleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)The process of matching duplicate profiles using the Rule-Based matching.UpdateDomainRequest.BuilderUpdateDomainRequest.Builder. ruleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)The process of matching duplicate profiles using the rule-Based matching.
-