Uses of Class
software.amazon.awssdk.services.transcribe.model.TranscriptionJobStatus
-
Packages that use TranscriptionJobStatus Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of TranscriptionJobStatus in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return TranscriptionJobStatus Modifier and Type Method Description static TranscriptionJobStatusTranscriptionJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscriptionJobStatusListMedicalTranscriptionJobsRequest. status()Returns only medical transcription jobs with the specified status.TranscriptionJobStatusListMedicalTranscriptionJobsResponse. status()Lists all medical transcription jobs that have the status specified in your request.TranscriptionJobStatusListTranscriptionJobsRequest. status()Returns only transcription jobs with the specified status.TranscriptionJobStatusListTranscriptionJobsResponse. status()Lists all transcription jobs that have the status specified in your request.TranscriptionJobStatusMedicalTranscriptionJob. transcriptionJobStatus()Provides the status of the specified medical transcription job.TranscriptionJobStatusMedicalTranscriptionJobSummary. transcriptionJobStatus()Provides the status of your medical transcription job.TranscriptionJobStatusTranscriptionJob. transcriptionJobStatus()Provides the status of the specified transcription job.TranscriptionJobStatusTranscriptionJobSummary. transcriptionJobStatus()Provides the status of your transcription job.static TranscriptionJobStatusTranscriptionJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscriptionJobStatus[]TranscriptionJobStatus. 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 TranscriptionJobStatus Modifier and Type Method Description static Set<TranscriptionJobStatus>TranscriptionJobStatus. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type TranscriptionJobStatus Modifier and Type Method Description ListMedicalTranscriptionJobsRequest.BuilderListMedicalTranscriptionJobsRequest.Builder. status(TranscriptionJobStatus status)Returns only medical transcription jobs with the specified status.ListMedicalTranscriptionJobsResponse.BuilderListMedicalTranscriptionJobsResponse.Builder. status(TranscriptionJobStatus status)Lists all medical transcription jobs that have the status specified in your request.ListTranscriptionJobsRequest.BuilderListTranscriptionJobsRequest.Builder. status(TranscriptionJobStatus status)Returns only transcription jobs with the specified status.ListTranscriptionJobsResponse.BuilderListTranscriptionJobsResponse.Builder. status(TranscriptionJobStatus status)Lists all transcription jobs that have the status specified in your request.MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)Provides the status of the specified medical transcription job.MedicalTranscriptionJobSummary.BuilderMedicalTranscriptionJobSummary.Builder. transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)Provides the status of your medical transcription job.TranscriptionJob.BuilderTranscriptionJob.Builder. transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)Provides the status of the specified transcription job.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)Provides the status of your transcription job.
-