| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDetection |
CustomDetection.clone() |
CustomDetection |
CustomDetection.withArn(String arn)
The unique identifier for the custom data identifier.
|
CustomDetection |
CustomDetection.withCount(Long count)
The total number of occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection |
CustomDetection.withName(String name)
The name of the custom data identifier.
|
CustomDetection |
CustomDetection.withOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDetection> |
CustomDataIdentifiers.getDetections()
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDataIdentifiers.setDetections(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(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
Copyright © 2024. All rights reserved.