| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.clone() |
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.withArn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
|
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.withCount(Long count)
The total number of occurrences of sensitive data that were detected.
|
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.withName(String name)
he name of the custom identifier that detected the sensitive data.
|
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDataIdentifiersDetections> |
CustomDataIdentifiersResult.getDetections()
The list of detected instances of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.withDetections(CustomDataIdentifiersDetections... detections)
The list of detected instances of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDataIdentifiersResult.setDetections(Collection<CustomDataIdentifiersDetections> detections)
The list of detected instances of sensitive data.
|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.withDetections(Collection<CustomDataIdentifiersDetections> detections)
The list of detected instances of sensitive data.
|
Copyright © 2022. All rights reserved.