| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyState |
VocabularyState.fromValue(String value)
Use this in place of valueOf.
|
static VocabularyState |
VocabularyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VocabularyState[] |
VocabularyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withStatus(VocabularyState status)
The requested vocabulary state.
|
ListVocabulariesResult |
ListVocabulariesResult.withStatus(VocabularyState status)
The requested vocabulary state.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2020. All rights reserved.