| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingRequest |
MatchingRequest.clone() |
MatchingRequest |
UpdateDomainRequest.getMatching()
The process of matching duplicate profiles.
|
MatchingRequest |
CreateDomainRequest.getMatching()
The process of matching duplicate profiles.
|
MatchingRequest |
MatchingRequest.withAutoMerging(AutoMerging autoMerging)
Configuration information about the auto-merging process.
|
MatchingRequest |
MatchingRequest.withEnabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
MatchingRequest |
MatchingRequest.withExportingConfig(ExportingConfig exportingConfig)
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
MatchingRequest |
MatchingRequest.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 |
UpdateDomainRequest.setMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
void |
CreateDomainRequest.setMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
UpdateDomainRequest |
UpdateDomainRequest.withMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
CreateDomainRequest |
CreateDomainRequest.withMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
Copyright © 2024. All rights reserved.