Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AttributeValueItem
-
Packages that use AttributeValueItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AttributeValueItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AttributeValueItem Modifier and Type Method Description List<AttributeValueItem>ListProfileAttributeValuesResponse. items()The items returned as part of the response.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type AttributeValueItem Modifier and Type Method Description ListProfileAttributeValuesResponse.BuilderListProfileAttributeValuesResponse.Builder. items(AttributeValueItem... items)The items returned as part of the response.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AttributeValueItem Modifier and Type Method Description ListProfileAttributeValuesResponse.BuilderListProfileAttributeValuesResponse.Builder. items(Collection<AttributeValueItem> items)The items returned as part of the response.
-