Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of Attribute in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return Attribute Modifier and Type Method Description AttributeUnmappedAttribute. attribute()The specific attribute that has been extracted but not mapped to an entity.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>Entity. attributes()The extracted attributes that relate to this entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type Attribute Modifier and Type Method Description UnmappedAttribute.BuilderUnmappedAttribute.Builder. attribute(Attribute attribute)The specific attribute that has been extracted but not mapped to an entity.Entity.BuilderEntity.Builder. attributes(Attribute... attributes)The extracted attributes that relate to this entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type Attribute Modifier and Type Method Description Entity.BuilderEntity.Builder. attributes(Collection<Attribute> attributes)The extracted attributes that relate to this entity.
-