Uses of Class
software.amazon.awssdk.services.guardduty.model.ScanThreatName
-
Packages that use ScanThreatName Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanThreatName in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ScanThreatName Modifier and Type Method Description List<ScanThreatName>ThreatDetectedByName. threatNames()List of identified threats with details, organized by threat name.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ScanThreatName Modifier and Type Method Description ThreatDetectedByName.BuilderThreatDetectedByName.Builder. threatNames(ScanThreatName... threatNames)List of identified threats with details, organized by threat name.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ScanThreatName Modifier and Type Method Description ThreatDetectedByName.BuilderThreatDetectedByName.Builder. threatNames(Collection<ScanThreatName> threatNames)List of identified threats with details, organized by threat name.
-