| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MergeProfilesResult |
AmazonCustomerProfilesClient.mergeProfiles(MergeProfilesRequest request)
Runs an AWS Lambda job that does the following:
|
MergeProfilesResult |
AbstractAmazonCustomerProfiles.mergeProfiles(MergeProfilesRequest request) |
MergeProfilesResult |
AmazonCustomerProfiles.mergeProfiles(MergeProfilesRequest mergeProfilesRequest)
Runs an AWS Lambda job that does the following:
|
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsyncClient.mergeProfilesAsync(MergeProfilesRequest request) |
Future<MergeProfilesResult> |
AbstractAmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest request) |
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest mergeProfilesRequest)
Runs an AWS Lambda job that does the following:
|
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsyncClient.mergeProfilesAsync(MergeProfilesRequest request,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler) |
Future<MergeProfilesResult> |
AbstractAmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest request,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler) |
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest mergeProfilesRequest,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler)
Runs an AWS Lambda job that does the following:
|
| Modifier and Type | Method and Description |
|---|---|
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsyncClient.mergeProfilesAsync(MergeProfilesRequest request,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler) |
Future<MergeProfilesResult> |
AbstractAmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest request,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler) |
Future<MergeProfilesResult> |
AmazonCustomerProfilesAsync.mergeProfilesAsync(MergeProfilesRequest mergeProfilesRequest,
AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler)
Runs an AWS Lambda job that does the following:
|
| Modifier and Type | Method and Description |
|---|---|
MergeProfilesRequest |
MergeProfilesRequest.clone() |
MergeProfilesRequest |
MergeProfilesRequest.withDomainName(String domainName)
The unique name of the domain.
|
MergeProfilesRequest |
MergeProfilesRequest.withFieldSourceProfileIds(FieldSourceProfileIds fieldSourceProfileIds)
The identifiers of the fields in the profile that has the information you want to apply to the merge.
|
MergeProfilesRequest |
MergeProfilesRequest.withMainProfileId(String mainProfileId)
The identifier of the profile to be taken.
|
MergeProfilesRequest |
MergeProfilesRequest.withProfileIdsToBeMerged(Collection<String> profileIdsToBeMerged)
The identifier of the profile to be merged into MainProfileId.
|
MergeProfilesRequest |
MergeProfilesRequest.withProfileIdsToBeMerged(String... profileIdsToBeMerged)
The identifier of the profile to be merged into MainProfileId.
|
Copyright © 2024. All rights reserved.