| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProfileKeyResult> |
AbstractAmazonCustomerProfilesAsync.deleteProfileKeyAsync(DeleteProfileKeyRequest request,
AsyncHandler<DeleteProfileKeyRequest,DeleteProfileKeyResult> asyncHandler) |
Future<DeleteProfileKeyResult> |
AmazonCustomerProfilesAsyncClient.deleteProfileKeyAsync(DeleteProfileKeyRequest request,
AsyncHandler<DeleteProfileKeyRequest,DeleteProfileKeyResult> asyncHandler) |
Future<DeleteProfileKeyResult> |
AmazonCustomerProfilesAsync.deleteProfileKeyAsync(DeleteProfileKeyRequest deleteProfileKeyRequest,
AsyncHandler<DeleteProfileKeyRequest,DeleteProfileKeyResult> asyncHandler)
Removes a searchable key from a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.clone() |
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.withDomainName(String domainName)
The unique name of the domain.
|
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.withKeyName(String keyName)
A searchable identifier of a customer profile.
|
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.withProfileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.withValues(Collection<String> values)
A list of key values.
|
DeleteProfileKeyRequest |
DeleteProfileKeyRequest.withValues(String... values)
A list of key values.
|
Copyright © 2024. All rights reserved.