Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopPiiEntitiesDetectionJobRequest.Builder
-
Packages that use StopPiiEntitiesDetectionJobRequest.Builder 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.model -
-
Uses of StopPiiEntitiesDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type StopPiiEntitiesDetectionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StopPiiEntitiesDetectionJobResponse>ComprehendAsyncClient. stopPiiEntitiesDetectionJob(Consumer<StopPiiEntitiesDetectionJobRequest.Builder> stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress.default StopPiiEntitiesDetectionJobResponseComprehendClient. stopPiiEntitiesDetectionJob(Consumer<StopPiiEntitiesDetectionJobRequest.Builder> stopPiiEntitiesDetectionJobRequest)Stops a PII entities detection job in progress. -
Uses of StopPiiEntitiesDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopPiiEntitiesDetectionJobRequest.Builder Modifier and Type Method Description static StopPiiEntitiesDetectionJobRequest.BuilderStopPiiEntitiesDetectionJobRequest. builder()StopPiiEntitiesDetectionJobRequest.BuilderStopPiiEntitiesDetectionJobRequest.Builder. jobId(String jobId)The identifier of the PII entities detection job to stop.StopPiiEntitiesDetectionJobRequest.BuilderStopPiiEntitiesDetectionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopPiiEntitiesDetectionJobRequest.BuilderStopPiiEntitiesDetectionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopPiiEntitiesDetectionJobRequest.BuilderStopPiiEntitiesDetectionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopPiiEntitiesDetectionJobRequest.Builder Modifier and Type Method Description static Class<? extends StopPiiEntitiesDetectionJobRequest.Builder>StopPiiEntitiesDetectionJobRequest. serializableBuilderClass()
-