Uses of Class
software.amazon.awssdk.services.entityresolution.model.IdMappingWorkflowRuleDefinitionType
-
Packages that use IdMappingWorkflowRuleDefinitionType Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IdMappingWorkflowRuleDefinitionType in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IdMappingWorkflowRuleDefinitionType Modifier and Type Method Description static IdMappingWorkflowRuleDefinitionTypeIdMappingWorkflowRuleDefinitionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdMappingWorkflowRuleDefinitionTypeIdMappingRuleBasedProperties. ruleDefinitionType()The set of rules you can use in an ID mapping workflow.static IdMappingWorkflowRuleDefinitionTypeIdMappingWorkflowRuleDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdMappingWorkflowRuleDefinitionType[]IdMappingWorkflowRuleDefinitionType. 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 IdMappingWorkflowRuleDefinitionType Modifier and Type Method Description static Set<IdMappingWorkflowRuleDefinitionType>IdMappingWorkflowRuleDefinitionType. knownValues()List<IdMappingWorkflowRuleDefinitionType>NamespaceRuleBasedProperties. ruleDefinitionTypes()The sets of rules you can use in an ID mapping workflow.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IdMappingWorkflowRuleDefinitionType Modifier and Type Method Description IdMappingRuleBasedProperties.BuilderIdMappingRuleBasedProperties.Builder. ruleDefinitionType(IdMappingWorkflowRuleDefinitionType ruleDefinitionType)The set of rules you can use in an ID mapping workflow.NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. ruleDefinitionTypes(IdMappingWorkflowRuleDefinitionType... ruleDefinitionTypes)The sets of rules you can use in an ID mapping workflow.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type IdMappingWorkflowRuleDefinitionType Modifier and Type Method Description NamespaceRuleBasedProperties.BuilderNamespaceRuleBasedProperties.Builder. ruleDefinitionTypes(Collection<IdMappingWorkflowRuleDefinitionType> ruleDefinitionTypes)The sets of rules you can use in an ID mapping workflow.
-