Uses of Class
software.amazon.awssdk.services.polly.model.Voice
-
Packages that use Voice Package Description software.amazon.awssdk.services.polly.model -
-
Uses of Voice in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type Voice Modifier and Type Method Description List<Voice>DescribeVoicesResponse. voices()A list of voices with their properties.Methods in software.amazon.awssdk.services.polly.model with parameters of type Voice Modifier and Type Method Description DescribeVoicesResponse.BuilderDescribeVoicesResponse.Builder. voices(Voice... voices)A list of voices with their properties.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type Voice Modifier and Type Method Description DescribeVoicesResponse.BuilderDescribeVoicesResponse.Builder. voices(Collection<Voice> voices)A list of voices with their properties.
-