Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListAccountIntegrationsResponse.Builder
-
Packages that use ListAccountIntegrationsResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListAccountIntegrationsResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListAccountIntegrationsResponse.Builder Modifier and Type Method Description static ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse. builder()ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. items(Collection<ListIntegrationItem> items)The list of ListAccountIntegration instances.ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. items(Consumer<ListIntegrationItem.Builder>... items)The list of ListAccountIntegration instances.ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. items(ListIntegrationItem... items)The list of ListAccountIntegration instances.ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse.Builder. nextToken(String nextToken)The pagination token from the previous ListAccountIntegrations API call.ListAccountIntegrationsResponse.BuilderListAccountIntegrationsResponse. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListAccountIntegrationsResponse.Builder Modifier and Type Method Description static Class<? extends ListAccountIntegrationsResponse.Builder>ListAccountIntegrationsResponse. serializableBuilderClass()
-