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