| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptionJobStatus |
TranscriptionJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static TranscriptionJobStatus |
TranscriptionJobStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsResult |
ListTranscriptionJobsResult.withStatus(TranscriptionJobStatus status)
Lists all transcription jobs that have the status specified in your request.
|
ListTranscriptionJobsRequest |
ListTranscriptionJobsRequest.withStatus(TranscriptionJobStatus status)
Returns only transcription jobs with the specified status.
|
ListMedicalTranscriptionJobsResult |
ListMedicalTranscriptionJobsResult.withStatus(TranscriptionJobStatus status)
Lists all medical transcription jobs that have the status specified in your request.
|
ListMedicalTranscriptionJobsRequest |
ListMedicalTranscriptionJobsRequest.withStatus(TranscriptionJobStatus status)
Returns only medical transcription jobs with the specified status.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your transcription job.
|
MedicalTranscriptionJobSummary |
MedicalTranscriptionJobSummary.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of the specified transcription job.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of the specified medical transcription job.
|
Copyright © 2024. All rights reserved.