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