Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListAccountIntegrationsResponse
-
Packages that use ListAccountIntegrationsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListAccountIntegrationsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListAccountIntegrationsResponse Modifier and Type Method Description default ListAccountIntegrationsResponseCustomerProfilesClient. listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListAccountIntegrationsResponse Modifier and Type Method Description default CompletableFuture<ListAccountIntegrationsResponse>CustomerProfilesAsyncClient. listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account.default CompletableFuture<ListAccountIntegrationsResponse>CustomerProfilesAsyncClient. listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account.
-