Uses of Class
software.amazon.awssdk.services.deadline.model.TaskRunStatus
-
Packages that use TaskRunStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of TaskRunStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return TaskRunStatus Modifier and Type Method Description static TaskRunStatusTaskRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskRunStatusGetTaskResponse. runStatus()The run status for the task.TaskRunStatusTaskSearchSummary. runStatus()The run status of the task.TaskRunStatusTaskSummary. runStatus()The run status of the task.TaskRunStatusGetJobResponse. taskRunStatus()The task run status for the job.TaskRunStatusGetStepResponse. taskRunStatus()The task run status for the job.TaskRunStatusJobSearchSummary. taskRunStatus()task run status for the job.TaskRunStatusJobSummary. taskRunStatus()The task run status for the job.TaskRunStatusStepSearchSummary. taskRunStatus()The task run status for the job.TaskRunStatusStepSummary. taskRunStatus()The task run status for the job.static TaskRunStatusTaskRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRunStatus[]TaskRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type TaskRunStatus Modifier and Type Method Description static Set<TaskRunStatus>TaskRunStatus. knownValues()Map<TaskRunStatus,Integer>GetJobResponse. taskRunStatusCounts()The number of tasks running on the job.Map<TaskRunStatus,Integer>GetStepResponse. taskRunStatusCounts()The number of tasks running on the job.Map<TaskRunStatus,Integer>JobSearchSummary. taskRunStatusCounts()The number of tasks running on the job.Map<TaskRunStatus,Integer>JobSummary. taskRunStatusCounts()The number of tasks running on the job.Map<TaskRunStatus,Integer>StepSearchSummary. taskRunStatusCounts()The number of tasks running on the job.Map<TaskRunStatus,Integer>StepSummary. taskRunStatusCounts()The number of tasks running on the job.Methods in software.amazon.awssdk.services.deadline.model with parameters of type TaskRunStatus Modifier and Type Method Description GetTaskResponse.BuilderGetTaskResponse.Builder. runStatus(TaskRunStatus runStatus)The run status for the task.TaskSearchSummary.BuilderTaskSearchSummary.Builder. runStatus(TaskRunStatus runStatus)The run status of the task.TaskSummary.BuilderTaskSummary.Builder. runStatus(TaskRunStatus runStatus)The run status of the task.GetJobResponse.BuilderGetJobResponse.Builder. taskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.GetStepResponse.BuilderGetStepResponse.Builder. taskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.JobSearchSummary.BuilderJobSearchSummary.Builder. taskRunStatus(TaskRunStatus taskRunStatus)task run status for the job.JobSummary.BuilderJobSummary.Builder. taskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.StepSearchSummary.BuilderStepSearchSummary.Builder. taskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.StepSummary.BuilderStepSummary.Builder. taskRunStatus(TaskRunStatus taskRunStatus)The task run status for the job.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type TaskRunStatus Modifier and Type Method Description GetJobResponse.BuilderGetJobResponse.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.GetStepResponse.BuilderGetStepResponse.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.JobSearchSummary.BuilderJobSearchSummary.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.JobSummary.BuilderJobSummary.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.StepSearchSummary.BuilderStepSearchSummary.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.StepSummary.BuilderStepSummary.Builder. taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts)The number of tasks running on the job.
-