Uses of Class
software.amazon.awssdk.services.deadline.model.StepTargetTaskRunStatus
-
Packages that use StepTargetTaskRunStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of StepTargetTaskRunStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return StepTargetTaskRunStatus Modifier and Type Method Description static StepTargetTaskRunStatusStepTargetTaskRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StepTargetTaskRunStatusGetStepResponse. targetTaskRunStatus()The task status with which the job started.StepTargetTaskRunStatusStepSearchSummary. targetTaskRunStatus()The task status to start with on the job.StepTargetTaskRunStatusStepSummary. targetTaskRunStatus()The task status to start with on the job.StepTargetTaskRunStatusUpdateStepRequest. targetTaskRunStatus()The task status to update the step's tasks to.static StepTargetTaskRunStatusStepTargetTaskRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StepTargetTaskRunStatus[]StepTargetTaskRunStatus. 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 StepTargetTaskRunStatus Modifier and Type Method Description static Set<StepTargetTaskRunStatus>StepTargetTaskRunStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type StepTargetTaskRunStatus Modifier and Type Method Description GetStepResponse.BuilderGetStepResponse.Builder. targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status with which the job started.StepSearchSummary.BuilderStepSearchSummary.Builder. targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status to start with on the job.StepSummary.BuilderStepSummary.Builder. targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status to start with on the job.UpdateStepRequest.BuilderUpdateStepRequest.Builder. targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)The task status to update the step's tasks to.
-