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