Uses of Class
software.amazon.awssdk.services.entityresolution.model.ResolutionType
-
Packages that use ResolutionType Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ResolutionType in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ResolutionType Modifier and Type Method Description static ResolutionTypeResolutionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolutionTypeMatchingWorkflowSummary. resolutionType()The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.ResolutionTypeResolutionTechniques. resolutionType()The type of matching.static ResolutionTypeResolutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolutionType[]ResolutionType. 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 ResolutionType Modifier and Type Method Description static Set<ResolutionType>ResolutionType. knownValues()Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type ResolutionType Modifier and Type Method Description MatchingWorkflowSummary.BuilderMatchingWorkflowSummary.Builder. resolutionType(ResolutionType resolutionType)The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.ResolutionTechniques.BuilderResolutionTechniques.Builder. resolutionType(ResolutionType resolutionType)The type of matching.
-