| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution |
ConflictResolution.clone() |
ConflictResolution |
AutoMerging.getConflictResolution()
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution |
RuleBasedMatchingResponse.getConflictResolution() |
ConflictResolution |
RuleBasedMatchingRequest.getConflictResolution() |
ConflictResolution |
GetAutoMergingPreviewRequest.getConflictResolution()
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution |
ConflictResolution.withConflictResolvingModel(ConflictResolvingModel conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution |
ConflictResolution.withConflictResolvingModel(String conflictResolvingModel)
How the auto-merging process should resolve conflicts between different profiles.
|
ConflictResolution |
ConflictResolution.withSourceName(String sourceName)
The
ObjectType name that is used to resolve profile merging conflicts when choosing
SOURCE as the ConflictResolvingModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMerging.setConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
void |
RuleBasedMatchingResponse.setConflictResolution(ConflictResolution conflictResolution) |
void |
RuleBasedMatchingRequest.setConflictResolution(ConflictResolution conflictResolution) |
void |
GetAutoMergingPreviewRequest.setConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
AutoMerging |
AutoMerging.withConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
RuleBasedMatchingResponse |
RuleBasedMatchingResponse.withConflictResolution(ConflictResolution conflictResolution) |
RuleBasedMatchingRequest |
RuleBasedMatchingRequest.withConflictResolution(ConflictResolution conflictResolution) |
GetAutoMergingPreviewRequest |
GetAutoMergingPreviewRequest.withConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
Copyright © 2023. All rights reserved.