Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
-
Packages that use RxNormTrait Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormTrait in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type RxNormTrait Modifier and Type Method Description List<RxNormTrait>RxNormAttribute. traits()Contextual information for the attribute.List<RxNormTrait>RxNormEntity. traits()Contextual information for the entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type RxNormTrait Modifier and Type Method Description RxNormAttribute.BuilderRxNormAttribute.Builder. traits(RxNormTrait... traits)Contextual information for the attribute.RxNormEntity.BuilderRxNormEntity.Builder. traits(RxNormTrait... traits)Contextual information for the entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type RxNormTrait Modifier and Type Method Description RxNormAttribute.BuilderRxNormAttribute.Builder. traits(Collection<RxNormTrait> traits)Contextual information for the attribute.RxNormEntity.BuilderRxNormEntity.Builder. traits(Collection<RxNormTrait> traits)Contextual information for the entity.
-