| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataItem |
SensitiveDataItem.clone() |
SensitiveDataItem |
SensitiveDataItem.withCategory(SensitiveDataItemCategory category)
The category of sensitive data that was detected.
|
SensitiveDataItem |
SensitiveDataItem.withCategory(String category)
The category 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.
|
SensitiveDataItem |
SensitiveDataItem.withDetections(DefaultDetection... detections)
An array of objects, one for each type of sensitive data that was detected.
|
SensitiveDataItem |
SensitiveDataItem.withTotalCount(Long totalCount)
The total number of occurrences of the sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<SensitiveDataItem> |
ClassificationResult.getSensitiveData()
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
ClassificationResult.withSensitiveData(SensitiveDataItem... sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationResult.setSensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult |
ClassificationResult.withSensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
Copyright © 2023. All rights reserved.