Uses of Class
software.amazon.awssdk.services.transcribe.model.MedicalScribeJobStatus
-
Packages that use MedicalScribeJobStatus Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of MedicalScribeJobStatus in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return MedicalScribeJobStatus Modifier and Type Method Description static MedicalScribeJobStatusMedicalScribeJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MedicalScribeJobStatusMedicalScribeJob. medicalScribeJobStatus()Provides the status of the specified Medical Scribe job.MedicalScribeJobStatusMedicalScribeJobSummary. medicalScribeJobStatus()Provides the status of the specified Medical Scribe job.MedicalScribeJobStatusListMedicalScribeJobsRequest. status()Returns only Medical Scribe jobs with the specified status.MedicalScribeJobStatusListMedicalScribeJobsResponse. status()Lists all Medical Scribe jobs that have the status specified in your request.static MedicalScribeJobStatusMedicalScribeJobStatus. 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.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type MedicalScribeJobStatus Modifier and Type Method Description static Set<MedicalScribeJobStatus>MedicalScribeJobStatus. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type MedicalScribeJobStatus Modifier and Type Method Description MedicalScribeJob.BuilderMedicalScribeJob.Builder. medicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)Provides the status of the specified Medical Scribe job.MedicalScribeJobSummary.BuilderMedicalScribeJobSummary.Builder. medicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)Provides the status of the specified Medical Scribe job.ListMedicalScribeJobsRequest.BuilderListMedicalScribeJobsRequest.Builder. status(MedicalScribeJobStatus status)Returns only Medical Scribe jobs with the specified status.ListMedicalScribeJobsResponse.BuilderListMedicalScribeJobsResponse.Builder. status(MedicalScribeJobStatus status)Lists all Medical Scribe jobs that have the status specified in your request.
-