Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListDomainsResponse
-
Packages that use ListDomainsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListDomainsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseCustomerProfilesClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a list of all the domains for an AWS account that have been created.default ListDomainsResponseCustomerProfilesClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a list of all the domains for an AWS account that have been created.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListDomainsResponse Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>CustomerProfilesAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a list of all the domains for an AWS account that have been created.default CompletableFuture<ListDomainsResponse>CustomerProfilesAsyncClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a list of all the domains for an AWS account that have been created.
-