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