Uses of Class
software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest
-
Packages that use ListVocabulariesRequest Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.paginators software.amazon.awssdk.services.transcribe.transform -
-
Uses of ListVocabulariesRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type ListVocabulariesRequest Modifier and Type Method Description default CompletableFuture<ListVocabulariesResponse>TranscribeAsyncClient. listVocabularies(ListVocabulariesRequest listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesResponseTranscribeClient. listVocabularies(ListVocabulariesRequest listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesPublisherTranscribeAsyncClient. listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesIterableTranscribeClient. listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria. -
Uses of ListVocabulariesRequest in software.amazon.awssdk.services.transcribe.paginators
Constructors in software.amazon.awssdk.services.transcribe.paginators with parameters of type ListVocabulariesRequest Constructor Description ListVocabulariesIterable(TranscribeClient client, ListVocabulariesRequest firstRequest)ListVocabulariesPublisher(TranscribeAsyncClient client, ListVocabulariesRequest firstRequest) -
Uses of ListVocabulariesRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type ListVocabulariesRequest Modifier and Type Method Description SdkHttpFullRequestListVocabulariesRequestMarshaller. marshall(ListVocabulariesRequest listVocabulariesRequest)
-