| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataDetections |
SensitiveDataDetections.clone() |
SensitiveDataDetections |
SensitiveDataDetections.withCount(Long count)
The total number of occurrences of sensitive data that were detected.
|
SensitiveDataDetections |
SensitiveDataDetections.withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
SensitiveDataDetections |
SensitiveDataDetections.withType(String type)
The type of sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<SensitiveDataDetections> |
SensitiveDataResult.getDetections()
The list of detected instances of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataResult |
SensitiveDataResult.withDetections(SensitiveDataDetections... detections)
The list of detected instances of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensitiveDataResult.setDetections(Collection<SensitiveDataDetections> detections)
The list of detected instances of sensitive data.
|
SensitiveDataResult |
SensitiveDataResult.withDetections(Collection<SensitiveDataDetections> detections)
The list of detected instances of sensitive data.
|
Copyright © 2022. All rights reserved.