| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDetection |
CustomDetection.clone() |
CustomDetection |
CustomDetection.withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
CustomDetection |
CustomDetection.withCount(Long count)
The total number of occurrences of the data that the custom data identifier detected for the finding.
|
CustomDetection |
CustomDetection.withName(String name)
The name of the custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDetection> |
CustomDataIdentifiers.getDetections()
The names of 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 names of 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 names of 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 names of the custom data identifiers that detected the data, and the number of occurrences of the data that
each identifier detected.
|
Copyright © 2020. All rights reserved.