| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAutoMergingPreviewResult> |
AmazonCustomerProfilesAsyncClient.getAutoMergingPreviewAsync(GetAutoMergingPreviewRequest request,
AsyncHandler<GetAutoMergingPreviewRequest,GetAutoMergingPreviewResult> asyncHandler) |
Future<GetAutoMergingPreviewResult> |
AbstractAmazonCustomerProfilesAsync.getAutoMergingPreviewAsync(GetAutoMergingPreviewRequest request,
AsyncHandler<GetAutoMergingPreviewRequest,GetAutoMergingPreviewResult> asyncHandler) |
Future<GetAutoMergingPreviewResult> |
AmazonCustomerProfilesAsync.getAutoMergingPreviewAsync(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest,
AsyncHandler<GetAutoMergingPreviewRequest,GetAutoMergingPreviewResult> asyncHandler)
Tests the auto-merging settings of your Identity Resolution Job without merging your data.
|
| Modifier and Type | Method and Description |
|---|---|
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.clone() |
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.withConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.withConsolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria.
|
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.withDomainName(String domainName)
The unique name of the domain.
|
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.withMinAllowedConfidenceScoreForMerging(Double minAllowedConfidenceScoreForMerging)
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge
process.
|
Copyright © 2023. All rights reserved.