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