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