| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProfileObjectResult> |
AbstractAmazonCustomerProfilesAsync.deleteProfileObjectAsync(DeleteProfileObjectRequest request,
AsyncHandler<DeleteProfileObjectRequest,DeleteProfileObjectResult> asyncHandler) |
Future<DeleteProfileObjectResult> |
AmazonCustomerProfilesAsync.deleteProfileObjectAsync(DeleteProfileObjectRequest deleteProfileObjectRequest,
AsyncHandler<DeleteProfileObjectRequest,DeleteProfileObjectResult> asyncHandler)
Removes an object associated with a profile of a given ProfileObjectType.
|
Future<DeleteProfileObjectResult> |
AmazonCustomerProfilesAsyncClient.deleteProfileObjectAsync(DeleteProfileObjectRequest request,
AsyncHandler<DeleteProfileObjectRequest,DeleteProfileObjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileObjectRequest |
DeleteProfileObjectRequest.clone() |
DeleteProfileObjectRequest |
DeleteProfileObjectRequest.withDomainName(String domainName)
The unique name of the domain.
|
DeleteProfileObjectRequest |
DeleteProfileObjectRequest.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
DeleteProfileObjectRequest |
DeleteProfileObjectRequest.withProfileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileObjectRequest |
DeleteProfileObjectRequest.withProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
|
Copyright © 2021. All rights reserved.