Uses of Class
software.amazon.awssdk.services.transcribe.model.OutputLocationType
-
Packages that use OutputLocationType Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of OutputLocationType in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return OutputLocationType Modifier and Type Method Description static OutputLocationTypeOutputLocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputLocationTypeMedicalTranscriptionJobSummary. outputLocationType()Indicates where the specified medical transcription output is stored.OutputLocationTypeTranscriptionJobSummary. outputLocationType()Indicates where the specified transcription output is stored.static OutputLocationTypeOutputLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputLocationType[]OutputLocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type OutputLocationType Modifier and Type Method Description static Set<OutputLocationType>OutputLocationType. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type OutputLocationType Modifier and Type Method Description MedicalTranscriptionJobSummary.BuilderMedicalTranscriptionJobSummary.Builder. outputLocationType(OutputLocationType outputLocationType)Indicates where the specified medical transcription output is stored.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. outputLocationType(OutputLocationType outputLocationType)Indicates where the specified transcription output is stored.
-