| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| software.amazon.awssdk.services.polly.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks()
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks(Consumer<ListSpeechSynthesisTasksRequest.Builder> listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSpeechSynthesisTasksResponse> |
PollyAsyncClient.listSpeechSynthesisTasks()
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default CompletableFuture<ListSpeechSynthesisTasksResponse> |
PollyAsyncClient.listSpeechSynthesisTasks(Consumer<ListSpeechSynthesisTasksRequest.Builder> listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default CompletableFuture<ListSpeechSynthesisTasksResponse> |
PollyAsyncClient.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSpeechSynthesisTasksResponse> |
ListSpeechSynthesisTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSpeechSynthesisTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSpeechSynthesisTasksResponse> subscriber) |
Copyright © 2023. All rights reserved.