Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListIntegrationsResponse
-
Packages that use ListIntegrationsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListIntegrationsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListIntegrationsResponse Modifier and Type Method Description default ListIntegrationsResponseCustomerProfilesClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Lists all of the integrations in your domain.default ListIntegrationsResponseCustomerProfilesClient. listIntegrations(ListIntegrationsRequest listIntegrationsRequest)Lists all of the integrations in your domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListIntegrationsResponse Modifier and Type Method Description default CompletableFuture<ListIntegrationsResponse>CustomerProfilesAsyncClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Lists all of the integrations in your domain.default CompletableFuture<ListIntegrationsResponse>CustomerProfilesAsyncClient. listIntegrations(ListIntegrationsRequest listIntegrationsRequest)Lists all of the integrations in your domain.
-