Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeParticipantRole
-
Packages that use MedicalScribeParticipantRole Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalScribeParticipantRole in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalScribeParticipantRole Modifier and Type Method Description static MedicalScribeParticipantRoleMedicalScribeParticipantRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MedicalScribeParticipantRoleMedicalScribeChannelDefinition. participantRole()Specify the participant that you want to flag.static MedicalScribeParticipantRoleMedicalScribeParticipantRole. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalScribeParticipantRole[]MedicalScribeParticipantRole. 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 MedicalScribeParticipantRole Modifier and Type Method Description static Set<MedicalScribeParticipantRole>MedicalScribeParticipantRole. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalScribeParticipantRole Modifier and Type Method Description MedicalScribeChannelDefinition.BuilderMedicalScribeChannelDefinition.Builder. participantRole(MedicalScribeParticipantRole participantRole)Specify the participant that you want to flag.
-