| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyInfo> |
ListMedicalVocabulariesResponse.vocabularies()
A list of objects that describe the vocabularies that match your search criteria.
|
List<VocabularyInfo> |
ListVocabulariesResponse.vocabularies()
A list of objects that describe the vocabularies that match the search criteria in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesResponse.Builder |
ListMedicalVocabulariesResponse.Builder.vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesResponse.Builder |
ListMedicalVocabulariesResponse.Builder.vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
Copyright © 2021. All rights reserved.