Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
-
Packages that use ICD10CMTrait Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMTrait in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMTrait Modifier and Type Method Description List<ICD10CMTrait>ICD10CMAttribute. traits()The contextual information for the attribute.List<ICD10CMTrait>ICD10CMEntity. traits()Provides Contextual information for the entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMTrait Modifier and Type Method Description ICD10CMAttribute.BuilderICD10CMAttribute.Builder. traits(ICD10CMTrait... traits)The contextual information for the attribute.ICD10CMEntity.BuilderICD10CMEntity.Builder. traits(ICD10CMTrait... traits)Provides Contextual information for the entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type ICD10CMTrait Modifier and Type Method Description ICD10CMAttribute.BuilderICD10CMAttribute.Builder. traits(Collection<ICD10CMTrait> traits)The contextual information for the attribute.ICD10CMEntity.BuilderICD10CMEntity.Builder. traits(Collection<ICD10CMTrait> traits)Provides Contextual information for the entity.
-