Uses of Class
software.amazon.awssdk.services.glue.model.StartJobRunResponse
-
Packages that use StartJobRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartJobRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartJobRunResponse Modifier and Type Method Description default StartJobRunResponseGlueClient. startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)Starts a job run using a job definition.default StartJobRunResponseGlueClient. startJobRun(StartJobRunRequest startJobRunRequest)Starts a job run using a job definition.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartJobRunResponse Modifier and Type Method Description default CompletableFuture<StartJobRunResponse>GlueAsyncClient. startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)Starts a job run using a job definition.default CompletableFuture<StartJobRunResponse>GlueAsyncClient. startJobRun(StartJobRunRequest startJobRunRequest)Starts a job run using a job definition.
-