Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AttributeTypesSelector
-
Packages that use AttributeTypesSelector Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AttributeTypesSelector in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AttributeTypesSelector Modifier and Type Method Description AttributeTypesSelectorRuleBasedMatchingRequest. attributeTypesSelector()Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.AttributeTypesSelectorRuleBasedMatchingResponse. attributeTypesSelector()Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type AttributeTypesSelector Modifier and Type Method Description RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. attributeTypesSelector(AttributeTypesSelector attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. attributeTypesSelector(AttributeTypesSelector attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.
-