Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
-
Packages that use ICD10CMEntityCategory Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMEntityCategory in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ICD10CMEntityCategory Modifier and Type Method Description ICD10CMEntityCategoryICD10CMEntity. category()The category of the entity.static ICD10CMEntityCategoryICD10CMEntityCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ICD10CMEntityCategoryICD10CMEntityCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ICD10CMEntityCategory[]ICD10CMEntityCategory. 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 ICD10CMEntityCategory Modifier and Type Method Description static Set<ICD10CMEntityCategory>ICD10CMEntityCategory. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMEntityCategory Modifier and Type Method Description ICD10CMEntity.BuilderICD10CMEntity.Builder. category(ICD10CMEntityCategory category)The category of the entity.
-