Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectsItem
-
Packages that use ListProfileObjectsItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListProfileObjectsItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListProfileObjectsItem Modifier and Type Method Description List<ListProfileObjectsItem>ListProfileObjectsResponse. items()The list of ListProfileObject instances.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListProfileObjectsItem Modifier and Type Method Description ListProfileObjectsResponse.BuilderListProfileObjectsResponse.Builder. items(ListProfileObjectsItem... items)The list of ListProfileObject instances.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListProfileObjectsItem Modifier and Type Method Description ListProfileObjectsResponse.BuilderListProfileObjectsResponse.Builder. items(Collection<ListProfileObjectsItem> items)The list of ListProfileObject instances.
-