default DescribeVoicesResponse |
PollyClient.describeVoices() |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(Consumer<DescribeVoicesRequest.Builder> describeVoicesRequest) |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(DescribeVoicesRequest describeVoicesRequest) |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default ListLexiconsResponse |
PollyClient.listLexicons() |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(Consumer<ListLexiconsRequest.Builder> listLexiconsRequest) |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(ListLexiconsRequest listLexiconsRequest) |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
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.
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator() |
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator(Consumer<ListSpeechSynthesisTasksRequest.Builder> listSpeechSynthesisTasksRequest) |
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest) |
|