Uses of Class
software.amazon.awssdk.services.glue.model.StopWorkflowRunRequest
-
Packages that use StopWorkflowRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StopWorkflowRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StopWorkflowRunRequest Modifier and Type Method Description default CompletableFuture<StopWorkflowRunResponse>GlueAsyncClient. stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)Stops the execution of the specified workflow run.default StopWorkflowRunResponseGlueClient. stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)Stops the execution of the specified workflow run. -
Uses of StopWorkflowRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StopWorkflowRunRequest Modifier and Type Method Description SdkHttpFullRequestStopWorkflowRunRequestMarshaller. marshall(StopWorkflowRunRequest stopWorkflowRunRequest)
-