Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
-
Packages that use ListPhiDetectionJobsResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of ListPhiDetectionJobsResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return ListPhiDetectionJobsResponse Modifier and Type Method Description default ListPhiDetectionJobsResponseComprehendMedicalClient. listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder> listPhiDetectionJobsRequest)Gets a list of protected health information (PHI) detection jobs you have submitted.default ListPhiDetectionJobsResponseComprehendMedicalClient. listPHIDetectionJobs(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)Gets a list of protected health information (PHI) detection jobs you have submitted.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type ListPhiDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListPhiDetectionJobsResponse>ComprehendMedicalAsyncClient. listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder> listPhiDetectionJobsRequest)Gets a list of protected health information (PHI) detection jobs you have submitted.default CompletableFuture<ListPhiDetectionJobsResponse>ComprehendMedicalAsyncClient. listPHIDetectionJobs(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)Gets a list of protected health information (PHI) detection jobs you have submitted.
-