Uses of Class
software.amazon.awssdk.services.glue.model.BatchStopJobRunResponse
-
Packages that use BatchStopJobRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchStopJobRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchStopJobRunResponse Modifier and Type Method Description default BatchStopJobRunResponseGlueClient. batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchStopJobRunResponse Modifier and Type Method Description default CompletableFuture<BatchStopJobRunResponse>GlueAsyncClient. batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> batchStopJobRunRequest)Stops one or more job runs for a specified job definition.default CompletableFuture<BatchStopJobRunResponse>GlueAsyncClient. batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)Stops one or more job runs for a specified job definition.
-