| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskTargetRunStatus |
TaskTargetRunStatus.fromValue(String value)
Use this in place of valueOf.
|
static TaskTargetRunStatus |
TaskTargetRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskTargetRunStatus[] |
TaskTargetRunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSearchSummary |
TaskSearchSummary.withTargetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status that the task is being updated to.
|
TaskSummary |
TaskSummary.withTargetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status on which the started.
|
UpdateTaskRequest |
UpdateTaskRequest.withTargetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status with which to start the task.
|
GetTaskResult |
GetTaskResult.withTargetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status with which to start the task.
|
Copyright © 2025. All rights reserved.