Uses of Class
software.amazon.awssdk.services.securityhub.model.Occurrences
-
Packages that use Occurrences Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Occurrences in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Occurrences Modifier and Type Method Description OccurrencesCustomDataIdentifiersDetections. occurrences()Details about the sensitive data that was detected.OccurrencesSensitiveDataDetections. occurrences()Details about the sensitive data that was detected.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Occurrences Modifier and Type Method Description CustomDataIdentifiersDetections.BuilderCustomDataIdentifiersDetections.Builder. occurrences(Occurrences occurrences)Details about the sensitive data that was detected.SensitiveDataDetections.BuilderSensitiveDataDetections.Builder. occurrences(Occurrences occurrences)Details about the sensitive data that was detected.
-