| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
TaskSummary.addParametersEntry(String key,
TaskParameterValue value)
Add a single Parameters entry
|
TaskSummary |
TaskSummary.clearParametersEntries()
Removes all the entries added into Parameters.
|
TaskSummary |
TaskSummary.clone() |
TaskSummary |
TaskSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
TaskSummary |
TaskSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
TaskSummary |
TaskSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
TaskSummary |
TaskSummary.withFailureRetryCount(Integer failureRetryCount)
The number of times that the task failed and was retried.
|
TaskSummary |
TaskSummary.withLatestSessionActionId(String latestSessionActionId)
The latest session action for the task.
|
TaskSummary |
TaskSummary.withParameters(Map<String,TaskParameterValue> parameters)
The task parameters.
|
TaskSummary |
TaskSummary.withRunStatus(String runStatus)
The run status of the task.
|
TaskSummary |
TaskSummary.withRunStatus(TaskRunStatus runStatus)
The run status of the task.
|
TaskSummary |
TaskSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
TaskSummary |
TaskSummary.withTargetRunStatus(String targetRunStatus)
The run status on which the started.
|
TaskSummary |
TaskSummary.withTargetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status on which the started.
|
TaskSummary |
TaskSummary.withTaskId(String taskId)
The task ID.
|
TaskSummary |
TaskSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
TaskSummary |
TaskSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummary> |
ListTasksResult.getTasks()
Tasks for the job.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResult |
ListTasksResult.withTasks(TaskSummary... tasks)
Tasks for the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTasksResult.setTasks(Collection<TaskSummary> tasks)
Tasks for the job.
|
ListTasksResult |
ListTasksResult.withTasks(Collection<TaskSummary> tasks)
Tasks for the job.
|
Copyright © 2024. All rights reserved.