| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultDetection |
DefaultDetection.clone() |
DefaultDetection |
DefaultDetection.withCount(Long count)
The total number of occurrences of the type of sensitive data that was detected.
|
DefaultDetection |
DefaultDetection.withOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that was detected.
|
DefaultDetection |
DefaultDetection.withType(String type)
The type of sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultDetection> |
SensitiveDataItem.getDetections()
An array of objects, one for each type of sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataItem |
SensitiveDataItem.withDetections(DefaultDetection... detections)
An array of objects, one for each type of sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensitiveDataItem.setDetections(Collection<DefaultDetection> detections)
An array of objects, one for each type of sensitive data that was detected.
|
SensitiveDataItem |
SensitiveDataItem.withDetections(Collection<DefaultDetection> detections)
An array of objects, one for each type of sensitive data that was detected.
|
Copyright © 2024. All rights reserved.