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