Uses of Class
software.amazon.awssdk.services.comprehend.model.ListPiiEntitiesDetectionJobsResponse
-
Packages that use ListPiiEntitiesDetectionJobsResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.paginators -
-
Uses of ListPiiEntitiesDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListPiiEntitiesDetectionJobsResponse Modifier and Type Method Description default ListPiiEntitiesDetectionJobsResponseComprehendClient. listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)Gets a list of the PII entity detection jobs that you have submitted.default ListPiiEntitiesDetectionJobsResponseComprehendClient. listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)Gets a list of the PII entity detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListPiiEntitiesDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListPiiEntitiesDetectionJobsResponse>ComprehendAsyncClient. listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)Gets a list of the PII entity detection jobs that you have submitted.default CompletableFuture<ListPiiEntitiesDetectionJobsResponse>ComprehendAsyncClient. listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)Gets a list of the PII entity detection jobs that you have submitted. -
Uses of ListPiiEntitiesDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListPiiEntitiesDetectionJobsResponse Modifier and Type Method Description Iterator<ListPiiEntitiesDetectionJobsResponse>ListPiiEntitiesDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListPiiEntitiesDetectionJobsResponse Modifier and Type Method Description voidListPiiEntitiesDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPiiEntitiesDetectionJobsResponse> subscriber)
-