Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.AudioStream.EventType
-
Packages that use AudioStream.EventType Package Description software.amazon.awssdk.services.transcribestreaming.model software.amazon.awssdk.services.transcribestreaming.model.audiostream -
-
Uses of AudioStream.EventType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return AudioStream.EventType Modifier and Type Method Description static AudioStream.EventTypeAudioStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudioStream.EventTypeAudioEvent. sdkEventType()default AudioStream.EventTypeAudioStream. sdkEventType()The type of this event.static AudioStream.EventTypeAudioStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioStream.EventType[]AudioStream.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type AudioStream.EventType Modifier and Type Method Description static Set<AudioStream.EventType>AudioStream.EventType. knownValues() -
Uses of AudioStream.EventType in software.amazon.awssdk.services.transcribestreaming.model.audiostream
Methods in software.amazon.awssdk.services.transcribestreaming.model.audiostream that return AudioStream.EventType Modifier and Type Method Description AudioStream.EventTypeDefaultConfigurationEvent. sdkEventType()
-