Uses of Class
software.amazon.awssdk.services.datazone.model.GetJobRunRequest
-
Packages that use GetJobRunRequest 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.software.amazon.awssdk.services.datazone.transform -
-
Uses of GetJobRunRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type GetJobRunRequest Modifier and Type Method Description default CompletableFuture<GetJobRunResponse>DataZoneAsyncClient. getJobRun(GetJobRunRequest getJobRunRequest)The details of the job run.default GetJobRunResponseDataZoneClient. getJobRun(GetJobRunRequest getJobRunRequest)The details of the job run. -
Uses of GetJobRunRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type GetJobRunRequest Modifier and Type Method Description SdkHttpFullRequestGetJobRunRequestMarshaller. marshall(GetJobRunRequest getJobRunRequest)
-