Uses of Class
software.amazon.awssdk.services.comprehend.model.StopPiiEntitiesDetectionJobResponse
-
Packages that use StopPiiEntitiesDetectionJobResponse 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 StopPiiEntitiesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopPiiEntitiesDetectionJobResponse Modifier and Type Method Description default StopPiiEntitiesDetectionJobResponseComprehendClient. stopPiiEntitiesDetectionJob(Consumer<StopPiiEntitiesDetectionJobRequest.Builder> stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress.default StopPiiEntitiesDetectionJobResponseComprehendClient. stopPiiEntitiesDetectionJob(StopPiiEntitiesDetectionJobRequest stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopPiiEntitiesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopPiiEntitiesDetectionJobResponse>ComprehendAsyncClient. stopPiiEntitiesDetectionJob(Consumer<StopPiiEntitiesDetectionJobRequest.Builder> stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress.default CompletableFuture<StopPiiEntitiesDetectionJobResponse>ComprehendAsyncClient. stopPiiEntitiesDetectionJob(StopPiiEntitiesDetectionJobRequest stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress.
-