Uses of Class
software.amazon.awssdk.services.medicalimaging.model.GetDicomImportJobResponse
-
Packages that use GetDicomImportJobResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference. -
-
Uses of GetDicomImportJobResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return GetDicomImportJobResponse Modifier and Type Method Description default GetDicomImportJobResponseMedicalImagingClient. getDICOMImportJob(Consumer<GetDicomImportJobRequest.Builder> getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress.default GetDicomImportJobResponseMedicalImagingClient. getDICOMImportJob(GetDicomImportJobRequest getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type GetDicomImportJobResponse Modifier and Type Method Description default CompletableFuture<GetDicomImportJobResponse>MedicalImagingAsyncClient. getDICOMImportJob(Consumer<GetDicomImportJobRequest.Builder> getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress.default CompletableFuture<GetDicomImportJobResponse>MedicalImagingAsyncClient. getDICOMImportJob(GetDicomImportJobRequest getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress.
-