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