Uses of Class
software.amazon.awssdk.services.glue.model.StartWorkflowRunRequest
-
Packages that use StartWorkflowRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartWorkflowRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartWorkflowRunRequest Modifier and Type Method Description default CompletableFuture<StartWorkflowRunResponse>GlueAsyncClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Starts a new run of the specified workflow.default StartWorkflowRunResponseGlueClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Starts a new run of the specified workflow. -
Uses of StartWorkflowRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartWorkflowRunRequest Modifier and Type Method Description SdkHttpFullRequestStartWorkflowRunRequestMarshaller. marshall(StartWorkflowRunRequest startWorkflowRunRequest)
-