Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalTranscriptResultStream.EventType
-
Packages that use MedicalTranscriptResultStream.EventType Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalTranscriptResultStream.EventType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalTranscriptResultStream.EventType Modifier and Type Method Description static MedicalTranscriptResultStream.EventTypeMedicalTranscriptResultStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MedicalTranscriptResultStream.EventTypeMedicalTranscriptEvent. sdkEventType()default MedicalTranscriptResultStream.EventTypeMedicalTranscriptResultStream. sdkEventType()The type of this event.static MedicalTranscriptResultStream.EventTypeMedicalTranscriptResultStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalTranscriptResultStream.EventType[]MedicalTranscriptResultStream.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 MedicalTranscriptResultStream.EventType Modifier and Type Method Description static Set<MedicalTranscriptResultStream.EventType>MedicalTranscriptResultStream.EventType. knownValues()
-