Uses of Class
software.amazon.awssdk.services.comprehend.model.StartPiiEntitiesDetectionJobResponse
-
Packages that use StartPiiEntitiesDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StartPiiEntitiesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartPiiEntitiesDetectionJobResponse Modifier and Type Method Description default StartPiiEntitiesDetectionJobResponseComprehendClient. startPiiEntitiesDetectionJob(Consumer<StartPiiEntitiesDetectionJobRequest.Builder> startPiiEntitiesDetectionJobRequest)Starts an asynchronous PII entity detection job for a collection of documents.default StartPiiEntitiesDetectionJobResponseComprehendClient. startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest startPiiEntitiesDetectionJobRequest)Starts an asynchronous PII entity detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartPiiEntitiesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartPiiEntitiesDetectionJobResponse>ComprehendAsyncClient. startPiiEntitiesDetectionJob(Consumer<StartPiiEntitiesDetectionJobRequest.Builder> startPiiEntitiesDetectionJobRequest)Starts an asynchronous PII entity detection job for a collection of documents.default CompletableFuture<StartPiiEntitiesDetectionJobResponse>ComprehendAsyncClient. startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest startPiiEntitiesDetectionJobRequest)Starts an asynchronous PII entity detection job for a collection of documents.
-