Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListIntegrationItem
-
Packages that use ListIntegrationItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListIntegrationItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListIntegrationItem Modifier and Type Method Description List<ListIntegrationItem>ListAccountIntegrationsResponse. items()The list of ListAccountIntegration instances.List<ListIntegrationItem>ListIntegrationsResponse. items()The list of ListIntegrations instances.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListIntegrationItem Modifier and Type Method Description ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. items(ListIntegrationItem... items)The list of ListAccountIntegration instances.ListIntegrationsResponse.BuilderListIntegrationsResponse.Builder. items(ListIntegrationItem... items)The list of ListIntegrations instances.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListIntegrationItem Modifier and Type Method Description ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. items(Collection<ListIntegrationItem> items)The list of ListAccountIntegration instances.ListIntegrationsResponse.BuilderListIntegrationsResponse.Builder. items(Collection<ListIntegrationItem> items)The list of ListIntegrations instances.
-