Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributeForProfileItem
-
Packages that use ListCalculatedAttributeForProfileItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListCalculatedAttributeForProfileItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListCalculatedAttributeForProfileItem Modifier and Type Method Description List<ListCalculatedAttributeForProfileItem>ListCalculatedAttributesForProfileResponse. items()The list of calculated attributes.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListCalculatedAttributeForProfileItem Modifier and Type Method Description ListCalculatedAttributesForProfileResponse.BuilderListCalculatedAttributesForProfileResponse.Builder. items(ListCalculatedAttributeForProfileItem... items)The list of calculated attributes.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListCalculatedAttributeForProfileItem Modifier and Type Method Description ListCalculatedAttributesForProfileResponse.BuilderListCalculatedAttributesForProfileResponse.Builder. items(Collection<ListCalculatedAttributeForProfileItem> items)The list of calculated attributes.
-