Uses of Class
software.amazon.awssdk.services.medicalimaging.model.StartDicomImportJobResponse
-
Packages that use StartDicomImportJobResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference. -
-
Uses of StartDicomImportJobResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return StartDicomImportJobResponse Modifier and Type Method Description default StartDicomImportJobResponseMedicalImagingClient. startDICOMImportJob(Consumer<StartDicomImportJobRequest.Builder> startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store.default StartDicomImportJobResponseMedicalImagingClient. startDICOMImportJob(StartDicomImportJobRequest startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type StartDicomImportJobResponse Modifier and Type Method Description default CompletableFuture<StartDicomImportJobResponse>MedicalImagingAsyncClient. startDICOMImportJob(Consumer<StartDicomImportJobRequest.Builder> startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store.default CompletableFuture<StartDicomImportJobResponse>MedicalImagingAsyncClient. startDICOMImportJob(StartDicomImportJobRequest startDicomImportJobRequest)Start importing bulk data into anACTIVEdata store.
-