Uses of Class
software.amazon.awssdk.services.transcribe.model.ListMedicalScribeJobsResponse
-
Packages that use ListMedicalScribeJobsResponse 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 ListMedicalScribeJobsResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListMedicalScribeJobsResponse Modifier and Type Method Description default ListMedicalScribeJobsResponseTranscribeClient. listMedicalScribeJobs(Consumer<ListMedicalScribeJobsRequest.Builder> listMedicalScribeJobsRequest)Provides a list of Medical Scribe jobs that match the specified criteria.default ListMedicalScribeJobsResponseTranscribeClient. listMedicalScribeJobs(ListMedicalScribeJobsRequest listMedicalScribeJobsRequest)Provides a list of Medical Scribe jobs that match the specified criteria.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type ListMedicalScribeJobsResponse Modifier and Type Method Description default CompletableFuture<ListMedicalScribeJobsResponse>TranscribeAsyncClient. listMedicalScribeJobs(Consumer<ListMedicalScribeJobsRequest.Builder> listMedicalScribeJobsRequest)Provides a list of Medical Scribe jobs that match the specified criteria.default CompletableFuture<ListMedicalScribeJobsResponse>TranscribeAsyncClient. listMedicalScribeJobs(ListMedicalScribeJobsRequest listMedicalScribeJobsRequest)Provides a list of Medical Scribe jobs that match the specified criteria. -
Uses of ListMedicalScribeJobsResponse in software.amazon.awssdk.services.transcribe.paginators
Methods in software.amazon.awssdk.services.transcribe.paginators that return types with arguments of type ListMedicalScribeJobsResponse Modifier and Type Method Description Iterator<ListMedicalScribeJobsResponse>ListMedicalScribeJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.transcribe.paginators with type arguments of type ListMedicalScribeJobsResponse Modifier and Type Method Description voidListMedicalScribeJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMedicalScribeJobsResponse> subscriber)
-