Uses of Class
software.amazon.awssdk.services.datazone.model.GetJobRunResponse
-
Packages that use GetJobRunResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of GetJobRunResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetJobRunResponse Modifier and Type Method Description default GetJobRunResponseDataZoneClient. getJobRun(Consumer<GetJobRunRequest.Builder> getJobRunRequest)The details of the job run.default GetJobRunResponseDataZoneClient. getJobRun(GetJobRunRequest getJobRunRequest)The details of the job run.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetJobRunResponse Modifier and Type Method Description default CompletableFuture<GetJobRunResponse>DataZoneAsyncClient. getJobRun(Consumer<GetJobRunRequest.Builder> getJobRunRequest)The details of the job run.default CompletableFuture<GetJobRunResponse>DataZoneAsyncClient. getJobRun(GetJobRunRequest getJobRunRequest)The details of the job run.
-