| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingResponse |
MatchingResponse.clone() |
MatchingResponse |
CreateDomainResult.getMatching()
The process of matching duplicate profiles.
|
MatchingResponse |
UpdateDomainResult.getMatching()
The process of matching duplicate profiles.
|
MatchingResponse |
GetDomainResult.getMatching()
The process of matching duplicate profiles.
|
MatchingResponse |
MatchingResponse.withAutoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
|
MatchingResponse |
MatchingResponse.withEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
MatchingResponse |
MatchingResponse.withExportingConfig(ExportingConfig exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
MatchingResponse |
MatchingResponse.withJobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDomainResult.setMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
void |
UpdateDomainResult.setMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
void |
GetDomainResult.setMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
CreateDomainResult |
CreateDomainResult.withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
UpdateDomainResult |
UpdateDomainResult.withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
GetDomainResult |
GetDomainResult.withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
Copyright © 2023. All rights reserved.