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