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