Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
-
Packages that use ListPhiDetectionJobsRequest Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.transform -
-
Uses of ListPhiDetectionJobsRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type ListPhiDetectionJobsRequest Modifier and Type Method Description default CompletableFuture<ListPhiDetectionJobsResponse>ComprehendMedicalAsyncClient. listPHIDetectionJobs(ListPhiDetectionJobsRequest 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. -
Uses of ListPhiDetectionJobsRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type ListPhiDetectionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListPhiDetectionJobsRequestMarshaller. marshall(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)
-