Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MatchingRule
-
Packages that use MatchingRule Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchingRule in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchingRule Modifier and Type Method Description List<MatchingRule>RuleBasedMatchingRequest. matchingRules()Configures how the rule-based matching process should match profiles.List<MatchingRule>RuleBasedMatchingResponse. matchingRules()Configures how the rule-based matching process should match profiles.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type MatchingRule Modifier and Type Method Description RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. matchingRules(MatchingRule... matchingRules)Configures how the rule-based matching process should match profiles.RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. matchingRules(MatchingRule... matchingRules)Configures how the rule-based matching process should match profiles.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type MatchingRule Modifier and Type Method Description RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. matchingRules(Collection<MatchingRule> matchingRules)Configures how the rule-based matching process should match profiles.RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. matchingRules(Collection<MatchingRule> matchingRules)Configures how the rule-based matching process should match profiles.
-