Uses of Class
software.amazon.awssdk.services.glue.model.TaskRun
-
Packages that use TaskRun Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TaskRun in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TaskRun Modifier and Type Method Description List<TaskRun>GetMlTaskRunsResponse. taskRuns()A list of task runs that are associated with the transform.Methods in software.amazon.awssdk.services.glue.model with parameters of type TaskRun Modifier and Type Method Description GetMlTaskRunsResponse.BuilderGetMlTaskRunsResponse.Builder. taskRuns(TaskRun... taskRuns)A list of task runs that are associated with the transform.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TaskRun Modifier and Type Method Description GetMlTaskRunsResponse.BuilderGetMlTaskRunsResponse.Builder. taskRuns(Collection<TaskRun> taskRuns)A list of task runs that are associated with the transform.
-