Uses of Class
software.amazon.awssdk.services.databrew.model.StopJobRunResponse
-
Packages that use StopJobRunResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of StopJobRunResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return StopJobRunResponse Modifier and Type Method Description default StopJobRunResponseDataBrewClient. stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest)Stops a particular run of a job.default StopJobRunResponseDataBrewClient. stopJobRun(StopJobRunRequest stopJobRunRequest)Stops a particular run of a job.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type StopJobRunResponse Modifier and Type Method Description default CompletableFuture<StopJobRunResponse>DataBrewAsyncClient. stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest)Stops a particular run of a job.default CompletableFuture<StopJobRunResponse>DataBrewAsyncClient. stopJobRun(StopJobRunRequest stopJobRunRequest)Stops a particular run of a job.
-