Uses of Interface
software.amazon.awssdk.services.polly.PollyAsyncClient
-
Packages that use PollyAsyncClient 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 -
-
Uses of PollyAsyncClient in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return PollyAsyncClient Modifier and Type Method Description static PollyAsyncClientPollyAsyncClient. create()Create aPollyAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PollyAsyncClient in software.amazon.awssdk.services.polly.paginators
Constructors in software.amazon.awssdk.services.polly.paginators with parameters of type PollyAsyncClient Constructor Description ListSpeechSynthesisTasksPublisher(PollyAsyncClient client, ListSpeechSynthesisTasksRequest firstRequest)
-