| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.clone() |
RuleBasedMatchingRequest |
UpdateDomainRequest.getRuleBasedMatching()
The process of matching duplicate profiles using the rule-Based matching.
|
RuleBasedMatchingRequest |
CreateDomainRequest.getRuleBasedMatching()
The process of matching duplicate profiles using the Rule-Based matching.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withAttributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withConflictResolution(ConflictResolution conflictResolution) |
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withEnabled(Boolean enabled)
The flag that enables the rule-based matching process of duplicate profiles.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withExportingConfig(ExportingConfig exportingConfig) |
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMatchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMatchingRules(MatchingRule... matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMaxAllowedRuleLevelForMatching(Integer maxAllowedRuleLevelForMatching)
Indicates the maximum allowed rule level.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMaxAllowedRuleLevelForMerging(Integer maxAllowedRuleLevelForMerging)
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainRequest.setRuleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
void |
CreateDomainRequest.setRuleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
UpdateDomainRequest |
UpdateDomainRequest.withRuleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
CreateDomainRequest |
CreateDomainRequest.withRuleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
Copyright © 2023. All rights reserved.