Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
-
Packages that use EntitySubType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of EntitySubType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return EntitySubType Modifier and Type Method Description static EntitySubTypeEntitySubType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntitySubTypeAttribute. type()The type of attribute.EntitySubTypeEntity. type()Describes the specific type of entity with category of entities.static EntitySubTypeEntitySubType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntitySubType[]EntitySubType. 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 EntitySubType Modifier and Type Method Description static Set<EntitySubType>EntitySubType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type EntitySubType Modifier and Type Method Description Attribute.BuilderAttribute.Builder. type(EntitySubType type)The type of attribute.Entity.BuilderEntity.Builder. type(EntitySubType type)Describes the specific type of entity with category of entities.
-