Uses of Class
software.amazon.awssdk.services.glue.model.CancelMlTaskRunRequest
-
Packages that use CancelMlTaskRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CancelMlTaskRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CancelMlTaskRunRequest Modifier and Type Method Description default CompletableFuture<CancelMlTaskRunResponse>GlueAsyncClient. cancelMLTaskRun(CancelMlTaskRunRequest cancelMlTaskRunRequest)Cancels (stops) a task run.default CancelMlTaskRunResponseGlueClient. cancelMLTaskRun(CancelMlTaskRunRequest cancelMlTaskRunRequest)Cancels (stops) a task run. -
Uses of CancelMlTaskRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CancelMlTaskRunRequest Modifier and Type Method Description SdkHttpFullRequestCancelMlTaskRunRequestMarshaller. marshall(CancelMlTaskRunRequest cancelMlTaskRunRequest)
-