| 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 Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, 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.withResult(ClassificationResult result)
The status and detailed results 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 © 2020. All rights reserved.