| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationDetails |
ClassificationDetails.clone() |
ClassificationDetails |
Finding.getClassificationDetails()
The details of a sensitive data finding.
|
ClassificationDetails |
ClassificationDetails.withDetailedResultsLocation(String detailedResultsLocation)
The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for
the finding.
|
ClassificationDetails |
ClassificationDetails.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the classification job that produced the finding.
|
ClassificationDetails |
ClassificationDetails.withJobId(String jobId)
The unique identifier for the classification job that produced the finding.
|
ClassificationDetails |
ClassificationDetails.withOriginType(OriginType originType)
Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for
a classification job.
|
ClassificationDetails |
ClassificationDetails.withOriginType(String originType)
Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for
a classification job.
|
ClassificationDetails |
ClassificationDetails.withResult(ClassificationResult result)
The status and other details of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Finding.setClassificationDetails(ClassificationDetails classificationDetails)
The details of a sensitive data finding.
|
Finding |
Finding.withClassificationDetails(ClassificationDetails classificationDetails)
The details of a sensitive data finding.
|
Copyright © 2022. All rights reserved.