Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ClinicalNoteGenerationStatus
-
Packages that use ClinicalNoteGenerationStatus Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ClinicalNoteGenerationStatus in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return ClinicalNoteGenerationStatus Modifier and Type Method Description static ClinicalNoteGenerationStatusClinicalNoteGenerationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClinicalNoteGenerationStatusClinicalNoteGenerationResult. status()The status of the clinical note generation.static ClinicalNoteGenerationStatusClinicalNoteGenerationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClinicalNoteGenerationStatus[]ClinicalNoteGenerationStatus. 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 ClinicalNoteGenerationStatus Modifier and Type Method Description static Set<ClinicalNoteGenerationStatus>ClinicalNoteGenerationStatus. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ClinicalNoteGenerationStatus Modifier and Type Method Description ClinicalNoteGenerationResult.BuilderClinicalNoteGenerationResult.Builder. status(ClinicalNoteGenerationStatus status)The status of the clinical note generation.
-