Uses of Class
software.amazon.awssdk.services.glue.model.WorkflowRun
-
Packages that use WorkflowRun Package Description software.amazon.awssdk.services.glue.model -
-
Uses of WorkflowRun in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return WorkflowRun Modifier and Type Method Description WorkflowRunWorkflow. lastRun()The information about the last execution of the workflow.WorkflowRunGetWorkflowRunResponse. run()The requested workflow run metadata.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type WorkflowRun Modifier and Type Method Description List<WorkflowRun>GetWorkflowRunsResponse. runs()A list of workflow run metadata objects.Methods in software.amazon.awssdk.services.glue.model with parameters of type WorkflowRun Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. lastRun(WorkflowRun lastRun)The information about the last execution of the workflow.GetWorkflowRunResponse.BuilderGetWorkflowRunResponse.Builder. run(WorkflowRun run)The requested workflow run metadata.GetWorkflowRunsResponse.BuilderGetWorkflowRunsResponse.Builder. runs(WorkflowRun... runs)A list of workflow run metadata objects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type WorkflowRun Modifier and Type Method Description GetWorkflowRunsResponse.BuilderGetWorkflowRunsResponse.Builder. runs(Collection<WorkflowRun> runs)A list of workflow run metadata objects.
-