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