Uses of Class
software.amazon.awssdk.services.voiceid.model.SpeakerStatus
-
Packages that use SpeakerStatus Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of SpeakerStatus in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return SpeakerStatus Modifier and Type Method Description static SpeakerStatusSpeakerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SpeakerStatusSpeaker. status()The current status of the speaker.SpeakerStatusSpeakerSummary. status()The current status of the speaker.static SpeakerStatusSpeakerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeakerStatus[]SpeakerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type SpeakerStatus Modifier and Type Method Description static Set<SpeakerStatus>SpeakerStatus. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type SpeakerStatus Modifier and Type Method Description Speaker.BuilderSpeaker.Builder. status(SpeakerStatus status)The current status of the speaker.SpeakerSummary.BuilderSpeakerSummary.Builder. status(SpeakerStatus status)The current status of the speaker.
-