Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.EntityType
-
Packages that use EntityType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of EntityType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return EntityType Modifier and Type Method Description EntityTypeAttribute. category()The category of attribute.EntityTypeEntity. category()The category of the entity.static EntityTypeEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntityTypeUnmappedAttribute. type()The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. 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 EntityType Modifier and Type Method Description static Set<EntityType>EntityType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type EntityType Modifier and Type Method Description Attribute.BuilderAttribute.Builder. category(EntityType category)The category of attribute.Entity.BuilderEntity.Builder. category(EntityType category)The category of the entity.UnmappedAttribute.BuilderUnmappedAttribute.Builder. type(EntityType type)The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
-