Uses of Interface
software.amazon.awssdk.services.polly.model.PutLexiconRequest.Builder
-
Packages that use PutLexiconRequest.Builder 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.model -
-
Uses of PutLexiconRequest.Builder in software.amazon.awssdk.services.polly
Method parameters in software.amazon.awssdk.services.polly with type arguments of type PutLexiconRequest.Builder Modifier and Type Method Description default CompletableFuture<PutLexiconResponse>PollyAsyncClient. putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region.default PutLexiconResponsePollyClient. putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region. -
Uses of PutLexiconRequest.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return PutLexiconRequest.Builder Modifier and Type Method Description static PutLexiconRequest.BuilderPutLexiconRequest. builder()PutLexiconRequest.BuilderPutLexiconRequest.Builder. content(String content)Content of the PLS lexicon as string data.PutLexiconRequest.BuilderPutLexiconRequest.Builder. name(String name)Name of the lexicon.PutLexiconRequest.BuilderPutLexiconRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutLexiconRequest.BuilderPutLexiconRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutLexiconRequest.BuilderPutLexiconRequest. toBuilder()Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type PutLexiconRequest.Builder Modifier and Type Method Description static Class<? extends PutLexiconRequest.Builder>PutLexiconRequest. serializableBuilderClass()
-