| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileKeyResponse |
CustomerProfilesClient.deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
default DeleteProfileKeyResponse |
CustomerProfilesClient.deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteProfileKeyResponse> |
CustomerProfilesAsyncClient.deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
default CompletableFuture<DeleteProfileKeyResponse> |
CustomerProfilesAsyncClient.deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
Copyright © 2022. All rights reserved.