| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularyInfo |
VocabularyInfo.clone() |
VocabularyInfo |
VocabularyInfo.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo |
VocabularyInfo.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo |
VocabularyInfo.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified.
|
VocabularyInfo |
VocabularyInfo.withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyInfo> |
ListVocabulariesResult.getVocabularies()
A list of objects that describe the vocabularies that match the search criteria in the request.
|
List<VocabularyInfo> |
ListMedicalVocabulariesResult.getVocabularies()
A list of objects that describe the vocabularies that match your search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVocabulariesResult.setVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
void |
ListMedicalVocabulariesResult.setVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
Copyright © 2021. All rights reserved.