Uses of Class
software.amazon.awssdk.services.macie2.model.DetectedDataDetails
-
Packages that use DetectedDataDetails Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of DetectedDataDetails in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type DetectedDataDetails Modifier and Type Method Description Map<String,List<DetectedDataDetails>>GetSensitiveDataOccurrencesResponse. 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.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type DetectedDataDetails Modifier and Type Method Description GetSensitiveDataOccurrencesResponse.BuilderGetSensitiveDataOccurrencesResponse.Builder. sensitiveDataOccurrences(Map<String,? extends Collection<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.
-