| 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 |
|---|---|
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
Returns only custom vocabularies with the specified state.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
Returns only custom medical vocabularies with the specified state.
|
ListVocabulariesResult |
ListVocabulariesResult.withStatus(VocabularyState status)
Lists all custom vocabularies that have the status specified in your request.
|
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withStatus(VocabularyState status)
Lists all custom medical vocabularies that have the status specified in your request.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
Copyright © 2022. All rights reserved.