Uses of Class
software.amazon.awssdk.services.glue.model.GetJobRunRequest
-
Packages that use GetJobRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetJobRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetJobRunRequest Modifier and Type Method Description default CompletableFuture<GetJobRunResponse>GlueAsyncClient. getJobRun(GetJobRunRequest getJobRunRequest)Retrieves the metadata for a given job run.default GetJobRunResponseGlueClient. getJobRun(GetJobRunRequest getJobRunRequest)Retrieves the metadata for a given job run. -
Uses of GetJobRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetJobRunRequest Modifier and Type Method Description SdkHttpFullRequestGetJobRunRequestMarshaller. marshall(GetJobRunRequest getJobRunRequest)
-