Uses of Class
software.amazon.awssdk.services.chime.model.TranscribeMedicalRegion
-
Packages that use TranscribeMedicalRegion Package Description software.amazon.awssdk.services.chime.model -
-
Uses of TranscribeMedicalRegion in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return TranscribeMedicalRegion Modifier and Type Method Description static TranscribeMedicalRegionTranscribeMedicalRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscribeMedicalRegionEngineTranscribeMedicalSettings. region()The AWS Region passed to Amazon Transcribe Medical.static TranscribeMedicalRegionTranscribeMedicalRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeMedicalRegion[]TranscribeMedicalRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type TranscribeMedicalRegion Modifier and Type Method Description static Set<TranscribeMedicalRegion>TranscribeMedicalRegion. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type TranscribeMedicalRegion Modifier and Type Method Description EngineTranscribeMedicalSettings.BuilderEngineTranscribeMedicalSettings.Builder. region(TranscribeMedicalRegion region)The AWS Region passed to Amazon Transcribe Medical.
-