| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static MedicalScribeJobStatus |
MedicalScribeJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static MedicalScribeJobStatus |
MedicalScribeJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicalScribeJobStatus[] |
MedicalScribeJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MedicalScribeJob |
MedicalScribeJob.withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
MedicalScribeJobSummary |
MedicalScribeJobSummary.withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
ListMedicalScribeJobsRequest |
ListMedicalScribeJobsRequest.withStatus(MedicalScribeJobStatus status)
Returns only Medical Scribe jobs with the specified status.
|
ListMedicalScribeJobsResult |
ListMedicalScribeJobsResult.withStatus(MedicalScribeJobStatus status)
Lists all Medical Scribe jobs that have the status specified in your request.
|
Copyright © 2024. All rights reserved.