| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiers |
CustomDataIdentifiers.clone() |
CustomDataIdentifiers |
ClassificationResult.getCustomDataIdentifiers()
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they
detected.
|
CustomDataIdentifiers |
CustomDataIdentifiers.withDetections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers |
CustomDataIdentifiers.withDetections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers |
CustomDataIdentifiers.withTotalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationResult.setCustomDataIdentifiers(CustomDataIdentifiers customDataIdentifiers)
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they
detected.
|
ClassificationResult |
ClassificationResult.withCustomDataIdentifiers(CustomDataIdentifiers customDataIdentifiers)
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they
detected.
|
Copyright © 2024. All rights reserved.