Uses of Class
software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsResponse
-
Packages that use ListMedicalTranscriptionJobsResponse 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 ListMedicalTranscriptionJobsResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListMedicalTranscriptionJobsResponse Modifier and Type Method Description default ListMedicalTranscriptionJobsResponseTranscribeClient. listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)Provides a list of medical transcription jobs that match the specified criteria.default ListMedicalTranscriptionJobsResponseTranscribeClient. listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)Provides a list of medical transcription jobs that match the specified criteria.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type ListMedicalTranscriptionJobsResponse Modifier and Type Method Description default CompletableFuture<ListMedicalTranscriptionJobsResponse>TranscribeAsyncClient. listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)Provides a list of medical transcription jobs that match the specified criteria.default CompletableFuture<ListMedicalTranscriptionJobsResponse>TranscribeAsyncClient. listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)Provides a list of medical transcription jobs that match the specified criteria. -
Uses of ListMedicalTranscriptionJobsResponse in software.amazon.awssdk.services.transcribe.paginators
Methods in software.amazon.awssdk.services.transcribe.paginators that return types with arguments of type ListMedicalTranscriptionJobsResponse Modifier and Type Method Description Iterator<ListMedicalTranscriptionJobsResponse>ListMedicalTranscriptionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.transcribe.paginators with type arguments of type ListMedicalTranscriptionJobsResponse Modifier and Type Method Description voidListMedicalTranscriptionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMedicalTranscriptionJobsResponse> subscriber)
-