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