| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf.
|
static JobStatus |
JobStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartTextTranslationJobResult |
StartTextTranslationJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
TextTranslationJobFilter |
TextTranslationJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based by job status.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobStatus(JobStatus jobStatus)
The status of the translation job.
|
StopTextTranslationJobResult |
StopTextTranslationJobResult.withJobStatus(JobStatus jobStatus)
The status of the designated job.
|
Copyright © 2021. All rights reserved.