| 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)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2019. All rights reserved.