Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListAccountIntegrationsRequest
-
Packages that use ListAccountIntegrationsRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListAccountIntegrationsRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListAccountIntegrationsRequest Modifier and Type Method Description default CompletableFuture<ListAccountIntegrationsResponse>CustomerProfilesAsyncClient. listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account.default ListAccountIntegrationsResponseCustomerProfilesClient. listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account. -
Uses of ListAccountIntegrationsRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListAccountIntegrationsRequest Modifier and Type Method Description SdkHttpFullRequestListAccountIntegrationsRequestMarshaller. marshall(ListAccountIntegrationsRequest listAccountIntegrationsRequest)
-