Uses of Class
software.amazon.awssdk.services.guardduty.model.ScanFilePath
-
Packages that use ScanFilePath Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanFilePath in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ScanFilePath Modifier and Type Method Description List<ScanFilePath>ScanThreatName. filePaths()List of infected files in EBS volume with details.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ScanFilePath Modifier and Type Method Description ScanThreatName.BuilderScanThreatName.Builder. filePaths(ScanFilePath... filePaths)List of infected files in EBS volume with details.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ScanFilePath Modifier and Type Method Description ScanThreatName.BuilderScanThreatName.Builder. filePaths(Collection<ScanFilePath> filePaths)List of infected files in EBS volume with details.
-