| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypesSelector |
AttributeTypesSelector.clone() |
AttributeTypesSelector |
RuleBasedMatchingRequest.getAttributeTypesSelector()
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
AttributeTypesSelector |
RuleBasedMatchingResponse.getAttributeTypesSelector()
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
AttributeTypesSelector |
AttributeTypesSelector.withAddress(Collection<String> address)
The
Address type. |
AttributeTypesSelector |
AttributeTypesSelector.withAddress(String... address)
The
Address type. |
AttributeTypesSelector |
AttributeTypesSelector.withAttributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
AttributeTypesSelector |
AttributeTypesSelector.withAttributeMatchingModel(String attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
AttributeTypesSelector |
AttributeTypesSelector.withEmailAddress(Collection<String> emailAddress)
The
Email type. |
AttributeTypesSelector |
AttributeTypesSelector.withEmailAddress(String... emailAddress)
The
Email type. |
AttributeTypesSelector |
AttributeTypesSelector.withPhoneNumber(Collection<String> phoneNumber)
The
PhoneNumber type. |
AttributeTypesSelector |
AttributeTypesSelector.withPhoneNumber(String... phoneNumber)
The
PhoneNumber type. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBasedMatchingRequest.setAttributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
void |
RuleBasedMatchingResponse.setAttributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withAttributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
RuleBasedMatchingResponse |
RuleBasedMatchingResponse.withAttributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
Copyright © 2023. All rights reserved.