Uses of Class
software.amazon.awssdk.services.glue.model.BatchStopJobRunRequest
-
Packages that use BatchStopJobRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchStopJobRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchStopJobRunRequest Modifier and Type Method Description default CompletableFuture<BatchStopJobRunResponse>GlueAsyncClient. batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)Stops one or more job runs for a specified job definition.default BatchStopJobRunResponseGlueClient. batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)Stops one or more job runs for a specified job definition. -
Uses of BatchStopJobRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchStopJobRunRequest Modifier and Type Method Description SdkHttpFullRequestBatchStopJobRunRequestMarshaller. marshall(BatchStopJobRunRequest batchStopJobRunRequest)
-