| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyState |
VocabularyState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VocabularyState |
ListMedicalVocabulariesRequest.stateEquals()
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
VocabularyState |
ListVocabulariesRequest.stateEquals()
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
VocabularyState |
ListVocabulariesResponse.status()
The requested vocabulary state.
|
VocabularyState |
ListMedicalVocabulariesResponse.status()
The requested vocabulary state.
|
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.
|
VocabularyState |
GetMedicalVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
VocabularyInfo.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
CreateMedicalVocabularyResponse.vocabularyState()
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
VocabularyState |
UpdateMedicalVocabularyResponse.vocabularyState()
The processing state of the update to the vocabulary.
|
VocabularyState |
UpdateVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
CreateVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
GetVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VocabularyState> |
VocabularyState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest.Builder |
ListMedicalVocabulariesRequest.Builder.stateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified
vocabulary state. |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.status(VocabularyState status)
The requested vocabulary state.
|
ListMedicalVocabulariesResponse.Builder |
ListMedicalVocabulariesResponse.Builder.status(VocabularyState status)
The requested vocabulary state.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo.Builder |
VocabularyInfo.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResponse.Builder |
CreateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2021. All rights reserved.