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