Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.Trait
-
Packages that use Trait Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of Trait in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type Trait Modifier and Type Method Description List<Trait>Attribute. traits()Contextual information for this attribute.List<Trait>Entity. traits()Contextual information for the entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type Trait Modifier and Type Method Description Attribute.BuilderAttribute.Builder. traits(Trait... traits)Contextual information for this attribute.Entity.BuilderEntity.Builder. traits(Trait... traits)Contextual information for the entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type Trait Modifier and Type Method Description Attribute.BuilderAttribute.Builder. traits(Collection<Trait> traits)Contextual information for this attribute.Entity.BuilderEntity.Builder. traits(Collection<Trait> traits)Contextual information for the entity.
-