Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AttributeItem
-
Packages that use AttributeItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AttributeItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AttributeItem Modifier and Type Method Description List<AttributeItem>AttributeDetails. attributes()A list of attribute items specified in the mathematical expression.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type AttributeItem Modifier and Type Method Description AttributeDetails.BuilderAttributeDetails.Builder. attributes(AttributeItem... attributes)A list of attribute items specified in the mathematical expression.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AttributeItem Modifier and Type Method Description AttributeDetails.BuilderAttributeDetails.Builder. attributes(Collection<AttributeItem> attributes)A list of attribute items specified in the mathematical expression.
-