| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordMatchingModel |
RecordMatchingModel.fromValue(String value)
Use this in place of valueOf.
|
static RecordMatchingModel |
RecordMatchingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordMatchingModel[] |
RecordMatchingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdMappingRuleBasedProperties |
IdMappingRuleBasedProperties.withRecordMatchingModel(RecordMatchingModel recordMatchingModel)
The type of matching record that is allowed to be used in an ID mapping workflow.
|
NamespaceRuleBasedProperties |
NamespaceRuleBasedProperties.withRecordMatchingModels(RecordMatchingModel... recordMatchingModels)
The type of matching record that is allowed to be used in an ID mapping workflow.
|
Copyright © 2024. All rights reserved.