Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
-
Packages that use ICD10CMTraitName Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMTraitName in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ICD10CMTraitName Modifier and Type Method Description static ICD10CMTraitNameICD10CMTraitName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ICD10CMTraitNameICD10CMTrait. name()Provides a name or contextual description about the trait.static ICD10CMTraitNameICD10CMTraitName. valueOf(String name)Returns the enum constant of this type with the specified name.static ICD10CMTraitName[]ICD10CMTraitName. 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 ICD10CMTraitName Modifier and Type Method Description static Set<ICD10CMTraitName>ICD10CMTraitName. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMTraitName Modifier and Type Method Description ICD10CMTrait.BuilderICD10CMTrait.Builder. name(ICD10CMTraitName name)Provides a name or contextual description about the trait.
-