| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDomainResponse |
CustomerProfilesClient.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 CreateDomainResponse |
CustomerProfilesClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.