Uses of Class
software.amazon.awssdk.services.translate.model.JobStatus
-
Packages that use JobStatus Package Description software.amazon.awssdk.services.translate.model -
-
Uses of JobStatus in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return JobStatus Modifier and Type Method Description static JobStatusJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStatusStartTextTranslationJobResponse. jobStatus()The status of the job.JobStatusStopTextTranslationJobResponse. jobStatus()The status of the designated job.JobStatusTextTranslationJobFilter. jobStatus()Filters the list of jobs based by job status.JobStatusTextTranslationJobProperties. jobStatus()The status of the translation job.static JobStatusJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatus[]JobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type JobStatus Modifier and Type Method Description static Set<JobStatus>JobStatus. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type JobStatus Modifier and Type Method Description StartTextTranslationJobResponse.BuilderStartTextTranslationJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the job.StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the designated job.TextTranslationJobFilter.BuilderTextTranslationJobFilter.Builder. jobStatus(JobStatus jobStatus)Filters the list of jobs based by job status.TextTranslationJobProperties.BuilderTextTranslationJobProperties.Builder. jobStatus(JobStatus jobStatus)The status of the translation job.
-