| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProfileObjectTypeResult> |
AmazonCustomerProfilesAsync.deleteProfileObjectTypeAsync(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest,
AsyncHandler<DeleteProfileObjectTypeRequest,DeleteProfileObjectTypeResult> asyncHandler)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
Future<DeleteProfileObjectTypeResult> |
AmazonCustomerProfilesAsyncClient.deleteProfileObjectTypeAsync(DeleteProfileObjectTypeRequest request,
AsyncHandler<DeleteProfileObjectTypeRequest,DeleteProfileObjectTypeResult> asyncHandler) |
Future<DeleteProfileObjectTypeResult> |
AbstractAmazonCustomerProfilesAsync.deleteProfileObjectTypeAsync(DeleteProfileObjectTypeRequest request,
AsyncHandler<DeleteProfileObjectTypeRequest,DeleteProfileObjectTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileObjectTypeRequest |
DeleteProfileObjectTypeRequest.clone() |
DeleteProfileObjectTypeRequest |
DeleteProfileObjectTypeRequest.withDomainName(String domainName)
The unique name of the domain.
|
DeleteProfileObjectTypeRequest |
DeleteProfileObjectTypeRequest.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
Copyright © 2022. All rights reserved.