| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Comprehend Medical; extracts structured information from unstructured clinical text.
|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
default StopPhiDetectionJobResponse |
ComprehendMedicalClient.stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
|
default CompletableFuture<StopPhiDetectionJobResponse> |
ComprehendMedicalAsyncClient.stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static StopPhiDetectionJobRequest.Builder |
StopPhiDetectionJobRequest.builder() |
StopPhiDetectionJobRequest.Builder |
StopPhiDetectionJobRequest.Builder.jobId(String jobId)
The identifier of the PHI detection job to stop.
|
StopPhiDetectionJobRequest.Builder |
StopPhiDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopPhiDetectionJobRequest.Builder |
StopPhiDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopPhiDetectionJobRequest.Builder |
StopPhiDetectionJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopPhiDetectionJobRequest.Builder> |
StopPhiDetectionJobRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.