| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StepSearchSummary |
StepSearchSummary.addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
StepSearchSummary |
StepSearchSummary.clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
StepSearchSummary |
StepSearchSummary.clone() |
StepSearchSummary |
StepSearchSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
StepSearchSummary |
StepSearchSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
StepSearchSummary |
StepSearchSummary.withJobId(String jobId)
The job ID.
|
StepSearchSummary |
StepSearchSummary.withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status.
|
StepSearchSummary |
StepSearchSummary.withLifecycleStatus(String lifecycleStatus)
The life cycle status.
|
StepSearchSummary |
StepSearchSummary.withLifecycleStatusMessage(String lifecycleStatusMessage)
The life cycle status message.
|
StepSearchSummary |
StepSearchSummary.withName(String name)
The step name.
|
StepSearchSummary |
StepSearchSummary.withParameterSpace(ParameterSpace parameterSpace)
The parameters and combination expressions for the search.
|
StepSearchSummary |
StepSearchSummary.withQueueId(String queueId)
The queue ID.
|
StepSearchSummary |
StepSearchSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
StepSearchSummary |
StepSearchSummary.withStepId(String stepId)
The step ID.
|
StepSearchSummary |
StepSearchSummary.withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to start with on the job.
|
StepSearchSummary |
StepSearchSummary.withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
|
StepSearchSummary |
StepSearchSummary.withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
StepSearchSummary |
StepSearchSummary.withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
StepSearchSummary |
StepSearchSummary.withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepSearchSummary> |
SearchStepsResult.getSteps()
The steps in the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchStepsResult |
SearchStepsResult.withSteps(StepSearchSummary... steps)
The steps in the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStepsResult.setSteps(Collection<StepSearchSummary> steps)
The steps in the search.
|
SearchStepsResult |
SearchStepsResult.withSteps(Collection<StepSearchSummary> steps)
The steps in the search.
|
Copyright © 2025. All rights reserved.