Uses of Class
software.amazon.awssdk.services.polly.model.Gender
-
Packages that use Gender Package Description software.amazon.awssdk.services.polly.model -
-
Uses of Gender in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return Gender Modifier and Type Method Description static GenderGender. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GenderVoice. gender()Gender of the voice.static GenderGender. valueOf(String name)Returns the enum constant of this type with the specified name.static Gender[]Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type Gender Modifier and Type Method Description static Set<Gender>Gender. knownValues()Methods in software.amazon.awssdk.services.polly.model with parameters of type Gender Modifier and Type Method Description Voice.BuilderVoice.Builder. gender(Gender gender)Gender of the voice.
-