| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static ICD10CMTraitName |
ICD10CMTraitName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ICD10CMTraitName |
ICD10CMTrait.name()
Provides a name or contextual description about the trait.
|
static ICD10CMTraitName |
ICD10CMTraitName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICD10CMTraitName[] |
ICD10CMTraitName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ICD10CMTraitName> |
ICD10CMTraitName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMTrait.Builder |
ICD10CMTrait.Builder.name(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
|
Copyright © 2020. All rights reserved.