| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileKeyResponse |
CustomerProfilesClient.deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
default CompletableFuture<DeleteProfileKeyResponse> |
CustomerProfilesAsyncClient.deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.builder() |
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.keyName(String keyName)
A searchable identifier of a customer profile.
|
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.profileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.toBuilder() |
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.values(Collection<String> values)
A list of key values.
|
DeleteProfileKeyRequest.Builder |
DeleteProfileKeyRequest.Builder.values(String... values)
A list of key values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteProfileKeyRequest.Builder> |
DeleteProfileKeyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.