| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
DetectedDataDetails |
DetectedDataDetails.clone() |
DetectedDataDetails |
DetectedDataDetails.withValue(String value)
An occurrence of the specified type of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DetectedDataDetails>> |
GetSensitiveDataOccurrencesResult.getSensitiveDataOccurrences()
A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences
of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
GetSensitiveDataOccurrencesResult |
GetSensitiveDataOccurrencesResult.addSensitiveDataOccurrencesEntry(String key,
List<DetectedDataDetails> value)
Add a single SensitiveDataOccurrences entry
|
void |
GetSensitiveDataOccurrencesResult.setSensitiveDataOccurrences(Map<String,List<DetectedDataDetails>> sensitiveDataOccurrences)
A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences
of sensitive data.
|
GetSensitiveDataOccurrencesResult |
GetSensitiveDataOccurrencesResult.withSensitiveDataOccurrences(Map<String,List<DetectedDataDetails>> sensitiveDataOccurrences)
A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences
of sensitive data.
|
Copyright © 2024. All rights reserved.