| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDomainResponse |
CustomerProfilesClient.deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
default DeleteDomainResponse |
CustomerProfilesClient.deleteDomain(DeleteDomainRequest deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteDomainResponse> |
CustomerProfilesAsyncClient.deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
default CompletableFuture<DeleteDomainResponse> |
CustomerProfilesAsyncClient.deleteDomain(DeleteDomainRequest deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
Copyright © 2023. All rights reserved.