| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMedicalTranscriptionJobsResponse |
TranscribeClient.listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default ListMedicalTranscriptionJobsResponse |
TranscribeClient.listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMedicalTranscriptionJobsResponse> |
TranscribeAsyncClient.listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default CompletableFuture<ListMedicalTranscriptionJobsResponse> |
TranscribeAsyncClient.listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMedicalTranscriptionJobsResponse> |
ListMedicalTranscriptionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMedicalTranscriptionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMedicalTranscriptionJobsResponse> subscriber) |
Copyright © 2020. All rights reserved.