| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DeleteLexiconResponse |
PollyClient.deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default CompletableFuture<DeleteLexiconResponse> |
PollyAsyncClient.deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteLexiconRequest.Builder |
DeleteLexiconRequest.builder() |
DeleteLexiconRequest.Builder |
DeleteLexiconRequest.Builder.name(String name)
The name of the lexicon to delete.
|
DeleteLexiconRequest.Builder |
DeleteLexiconRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLexiconRequest.Builder |
DeleteLexiconRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteLexiconRequest.Builder |
DeleteLexiconRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteLexiconRequest.Builder> |
DeleteLexiconRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.