Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateDomainResponse
-
Packages that use CreateDomainResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of CreateDomainResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return CreateDomainResponse Modifier and Type Method Description default CreateDomainResponseCustomerProfilesClient. createDomain(Consumer<CreateDomainRequest.Builder> 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.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type CreateDomainResponse Modifier and Type Method Description default CompletableFuture<CreateDomainResponse>CustomerProfilesAsyncClient. createDomain(Consumer<CreateDomainRequest.Builder> 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 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.
-