Uses of Class
software.amazon.awssdk.services.entityresolution.model.IdMappingType
-
Packages that use IdMappingType Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IdMappingType in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IdMappingType Modifier and Type Method Description static IdMappingTypeIdMappingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdMappingTypeIdMappingTechniques. idMappingType()The type of ID mapping.static IdMappingTypeIdMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdMappingType[]IdMappingType. 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 IdMappingType Modifier and Type Method Description static Set<IdMappingType>IdMappingType. knownValues()Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IdMappingType Modifier and Type Method Description IdMappingTechniques.BuilderIdMappingTechniques.Builder. idMappingType(IdMappingType idMappingType)The type of ID mapping.
-