| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileObjectResponse |
CustomerProfilesClient.deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
default CompletableFuture<DeleteProfileObjectResponse> |
CustomerProfilesAsyncClient.deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.builder() |
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.profileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.Builder.profileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
|
DeleteProfileObjectRequest.Builder |
DeleteProfileObjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteProfileObjectRequest.Builder> |
DeleteProfileObjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.