Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
-
Packages that use SNOMEDCTEntityType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of SNOMEDCTEntityType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return SNOMEDCTEntityType Modifier and Type Method Description static SNOMEDCTEntityTypeSNOMEDCTEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SNOMEDCTEntityTypeSNOMEDCTEntity. type()Describes the specific type of entity with category of entities.static SNOMEDCTEntityTypeSNOMEDCTEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static SNOMEDCTEntityType[]SNOMEDCTEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type SNOMEDCTEntityType Modifier and Type Method Description static Set<SNOMEDCTEntityType>SNOMEDCTEntityType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type SNOMEDCTEntityType Modifier and Type Method Description SNOMEDCTEntity.BuilderSNOMEDCTEntity.Builder. type(SNOMEDCTEntityType type)Describes the specific type of entity with category of entities.
-