Uses of Class
software.amazon.awssdk.services.medicalimaging.model.ListDicomImportJobsResponse
-
Packages that use ListDicomImportJobsResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.paginators -
-
Uses of ListDicomImportJobsResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return ListDicomImportJobsResponse Modifier and Type Method Description default ListDicomImportJobsResponseMedicalImagingClient. listDICOMImportJobs(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)List import jobs created for a specific data store.default ListDicomImportJobsResponseMedicalImagingClient. listDICOMImportJobs(ListDicomImportJobsRequest listDicomImportJobsRequest)List import jobs created for a specific data store.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type ListDicomImportJobsResponse Modifier and Type Method Description default CompletableFuture<ListDicomImportJobsResponse>MedicalImagingAsyncClient. listDICOMImportJobs(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)List import jobs created for a specific data store.default CompletableFuture<ListDicomImportJobsResponse>MedicalImagingAsyncClient. listDICOMImportJobs(ListDicomImportJobsRequest listDicomImportJobsRequest)List import jobs created for a specific data store. -
Uses of ListDicomImportJobsResponse in software.amazon.awssdk.services.medicalimaging.paginators
Methods in software.amazon.awssdk.services.medicalimaging.paginators that return types with arguments of type ListDicomImportJobsResponse Modifier and Type Method Description Iterator<ListDicomImportJobsResponse>ListDICOMImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.medicalimaging.paginators with type arguments of type ListDicomImportJobsResponse Modifier and Type Method Description voidListDICOMImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDicomImportJobsResponse> subscriber)
-