Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetDomainResponse
-
Packages that use GetDomainResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetDomainResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetDomainResponse Modifier and Type Method Description default GetDomainResponseCustomerProfilesClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain.default GetDomainResponseCustomerProfilesClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetDomainResponse Modifier and Type Method Description default CompletableFuture<GetDomainResponse>CustomerProfilesAsyncClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain.default CompletableFuture<GetDomainResponse>CustomerProfilesAsyncClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain.
-