| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeMatchingModel |
RuleBasedProperties.attributeMatchingModel()
You can either choose
ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. |
static AttributeMatchingModel |
AttributeMatchingModel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AttributeMatchingModel |
AttributeMatchingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMatchingModel[] |
AttributeMatchingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AttributeMatchingModel> |
AttributeMatchingModel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RuleBasedProperties.Builder |
RuleBasedProperties.Builder.attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
You can either choose
ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. |
Copyright © 2023. All rights reserved.