Uses of Class
software.amazon.awssdk.services.databrew.model.StartJobRunRequest
-
Packages that use StartJobRunRequest 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 StartJobRunRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type StartJobRunRequest Modifier and Type Method Description default CompletableFuture<StartJobRunResponse>DataBrewAsyncClient. startJobRun(StartJobRunRequest startJobRunRequest)Runs a DataBrew job.default StartJobRunResponseDataBrewClient. startJobRun(StartJobRunRequest startJobRunRequest)Runs a DataBrew job. -
Uses of StartJobRunRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type StartJobRunRequest Modifier and Type Method Description SdkHttpFullRequestStartJobRunRequestMarshaller. marshall(StartJobRunRequest startJobRunRequest)
-