| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileResponse |
CustomerProfilesClient.deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
default DeleteProfileResponse |
CustomerProfilesClient.deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteProfileResponse> |
CustomerProfilesAsyncClient.deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
default CompletableFuture<DeleteProfileResponse> |
CustomerProfilesAsyncClient.deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
Copyright © 2023. All rights reserved.