Uses of Class
software.amazon.awssdk.services.glue.model.GetJobRequest
-
Packages that use GetJobRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetJobRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetJobRequest Modifier and Type Method Description default CompletableFuture<GetJobResponse>GlueAsyncClient. getJob(GetJobRequest getJobRequest)Retrieves an existing job definition.default GetJobResponseGlueClient. getJob(GetJobRequest getJobRequest)Retrieves an existing job definition. -
Uses of GetJobRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetJobRequest Modifier and Type Method Description SdkHttpFullRequestGetJobRequestMarshaller. marshall(GetJobRequest getJobRequest)
-