Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateDomainRequest
-
Packages that use CreateDomainRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of CreateDomainRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type CreateDomainRequest Modifier and Type Method Description default CompletableFuture<CreateDomainResponse>CustomerProfilesAsyncClient. createDomain(CreateDomainRequest createDomainRequest)Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys.default CreateDomainResponseCustomerProfilesClient. createDomain(CreateDomainRequest createDomainRequest)Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. -
Uses of CreateDomainRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type CreateDomainRequest Modifier and Type Method Description SdkHttpFullRequestCreateDomainRequestMarshaller. marshall(CreateDomainRequest createDomainRequest)
-