Uses of Class
software.amazon.awssdk.services.macie2.model.Occurrences
-
Packages that use Occurrences Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Occurrences in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Occurrences Modifier and Type Method Description OccurrencesCustomDetection. occurrences()The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.OccurrencesDefaultDetection. occurrences()The location of 1-15 occurrences of the sensitive data that was detected.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Occurrences Modifier and Type Method Description CustomDetection.BuilderCustomDetection.Builder. occurrences(Occurrences occurrences)The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.DefaultDetection.BuilderDefaultDetection.Builder. occurrences(Occurrences occurrences)The location of 1-15 occurrences of the sensitive data that was detected.
-