Uses of Class
software.amazon.awssdk.services.customerprofiles.model.RuleBasedMatchingResponse
-
Packages that use RuleBasedMatchingResponse Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of RuleBasedMatchingResponse in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return RuleBasedMatchingResponse Modifier and Type Method Description RuleBasedMatchingResponseCreateDomainResponse. ruleBasedMatching()The process of matching duplicate profiles using the Rule-Based matching.RuleBasedMatchingResponseGetDomainResponse. ruleBasedMatching()The process of matching duplicate profiles using the Rule-Based matching.RuleBasedMatchingResponseUpdateDomainResponse. ruleBasedMatching()The process of matching duplicate profiles using the rule-Based matching.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type RuleBasedMatchingResponse Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. ruleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)The process of matching duplicate profiles using the Rule-Based matching.GetDomainResponse.BuilderGetDomainResponse.Builder. ruleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)The process of matching duplicate profiles using the Rule-Based matching.UpdateDomainResponse.BuilderUpdateDomainResponse.Builder. ruleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)The process of matching duplicate profiles using the rule-Based matching.
-