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