| 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 |
ListVocabulariesRequest.stateEquals()
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
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 |
UpdateVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
GetVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
VocabularyInfo.vocabularyState()
The processing state of the vocabulary.
|
VocabularyState |
CreateVocabularyResponse.vocabularyState()
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VocabularyState> |
VocabularyState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo.Builder |
VocabularyInfo.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResponse.Builder |
CreateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2019. All rights reserved.