Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListDomainsRequest
-
Packages that use ListDomainsRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListDomainsRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListDomainsRequest Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>CustomerProfilesAsyncClient. listDomains(ListDomainsRequest 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. -
Uses of ListDomainsRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListDomainsRequest Modifier and Type Method Description SdkHttpFullRequestListDomainsRequestMarshaller. marshall(ListDomainsRequest listDomainsRequest)
-