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