Uses of Class
software.amazon.awssdk.services.entityresolution.model.RecordMatchingModel
-
Packages that use RecordMatchingModel Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of RecordMatchingModel in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return RecordMatchingModel Modifier and Type Method Description static RecordMatchingModelRecordMatchingModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordMatchingModelIdMappingRuleBasedProperties. recordMatchingModel()The type of matching record that is allowed to be used in an ID mapping workflow.static RecordMatchingModelRecordMatchingModel. 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.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type RecordMatchingModel Modifier and Type Method Description static Set<RecordMatchingModel>RecordMatchingModel. knownValues()List<RecordMatchingModel>NamespaceRuleBasedProperties. recordMatchingModels()The type of matching record that is allowed to be used in an ID mapping workflow.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type RecordMatchingModel Modifier and Type Method Description IdMappingRuleBasedProperties.BuilderIdMappingRuleBasedProperties.Builder. recordMatchingModel(RecordMatchingModel recordMatchingModel)The type of matching record that is allowed to be used in an ID mapping workflow.NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. recordMatchingModels(RecordMatchingModel... recordMatchingModels)The type of matching record that is allowed to be used in an ID mapping workflow.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type RecordMatchingModel Modifier and Type Method Description NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. recordMatchingModels(Collection<RecordMatchingModel> recordMatchingModels)The type of matching record that is allowed to be used in an ID mapping workflow.
-