| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(MatchingRule... matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingResponse.Builder |
RuleBasedMatchingResponse.Builder.matchingRules(MatchingRule... matchingRules)
Configures how the rule-based matching process should match profiles.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingResponse.Builder |
RuleBasedMatchingResponse.Builder.matchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
Copyright © 2023. All rights reserved.