Uses of Class
software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse
-
Packages that use ListVocabulariesResponse 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 -
-
Uses of ListVocabulariesResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListVocabulariesResponse Modifier and Type Method Description default ListVocabulariesResponseTranscribeClient. listVocabularies()Provides a list of custom vocabularies that match the specified criteria.default ListVocabulariesResponseTranscribeClient. listVocabularies(Consumer<ListVocabulariesRequest.Builder> 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.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type ListVocabulariesResponse Modifier and Type Method Description default CompletableFuture<ListVocabulariesResponse>TranscribeAsyncClient. listVocabularies()Provides a list of custom vocabularies that match the specified criteria.default CompletableFuture<ListVocabulariesResponse>TranscribeAsyncClient. listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria.default CompletableFuture<ListVocabulariesResponse>TranscribeAsyncClient. listVocabularies(ListVocabulariesRequest listVocabulariesRequest)Provides a list of custom vocabularies that match the specified criteria. -
Uses of ListVocabulariesResponse in software.amazon.awssdk.services.transcribe.paginators
Methods in software.amazon.awssdk.services.transcribe.paginators that return types with arguments of type ListVocabulariesResponse Modifier and Type Method Description Iterator<ListVocabulariesResponse>ListVocabulariesIterable. iterator()Method parameters in software.amazon.awssdk.services.transcribe.paginators with type arguments of type ListVocabulariesResponse Modifier and Type Method Description voidListVocabulariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVocabulariesResponse> subscriber)
-