| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListCallAnalyticsJobsResponse |
TranscribeClient.listCallAnalyticsJobs(Consumer<ListCallAnalyticsJobsRequest.Builder> listCallAnalyticsJobsRequest)
Provides a list of Call Analytics jobs that match the specified criteria.
|
default ListCallAnalyticsJobsResponse |
TranscribeClient.listCallAnalyticsJobs(ListCallAnalyticsJobsRequest listCallAnalyticsJobsRequest)
Provides a list of Call Analytics jobs that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCallAnalyticsJobsResponse> |
TranscribeAsyncClient.listCallAnalyticsJobs(Consumer<ListCallAnalyticsJobsRequest.Builder> listCallAnalyticsJobsRequest)
Provides a list of Call Analytics jobs that match the specified criteria.
|
default CompletableFuture<ListCallAnalyticsJobsResponse> |
TranscribeAsyncClient.listCallAnalyticsJobs(ListCallAnalyticsJobsRequest listCallAnalyticsJobsRequest)
Provides a list of Call Analytics jobs that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCallAnalyticsJobsResponse> |
ListCallAnalyticsJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCallAnalyticsJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCallAnalyticsJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.