Uses of Class
software.amazon.awssdk.services.databrew.model.StartJobRunResponse
-
Packages that use StartJobRunResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of StartJobRunResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return StartJobRunResponse Modifier and Type Method Description default StartJobRunResponseDataBrewClient. startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)Runs a DataBrew job.default StartJobRunResponseDataBrewClient. startJobRun(StartJobRunRequest startJobRunRequest)Runs a DataBrew job.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type StartJobRunResponse Modifier and Type Method Description default CompletableFuture<StartJobRunResponse>DataBrewAsyncClient. startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)Runs a DataBrew job.default CompletableFuture<StartJobRunResponse>DataBrewAsyncClient. startJobRun(StartJobRunRequest startJobRunRequest)Runs a DataBrew job.
-