| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingRule |
MatchingRule.clone() |
MatchingRule |
MatchingRule.withRule(Collection<String> rule)
A single rule level of the
MatchRules. |
MatchingRule |
MatchingRule.withRule(String... rule)
A single rule level of the
MatchRules. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchingRule> |
RuleBasedMatchingRequest.getMatchingRules()
Configures how the rule-based matching process should match profiles.
|
List<MatchingRule> |
RuleBasedMatchingResponse.getMatchingRules()
Configures how the rule-based matching process should match profiles.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMatchingRules(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBasedMatchingRequest.setMatchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
void |
RuleBasedMatchingResponse.setMatchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withMatchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingResponse |
RuleBasedMatchingResponse.withMatchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
Copyright © 2023. All rights reserved.