| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default AddProfileKeyResponse |
CustomerProfilesClient.addProfileKey(AddProfileKeyRequest addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
default AddProfileKeyResponse |
CustomerProfilesClient.addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddProfileKeyResponse> |
CustomerProfilesAsyncClient.addProfileKey(AddProfileKeyRequest addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
default CompletableFuture<AddProfileKeyResponse> |
CustomerProfilesAsyncClient.addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
Copyright © 2023. All rights reserved.