Uses of Class
software.amazon.awssdk.services.securityhub.model.FilePaths
-
Packages that use FilePaths Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of FilePaths in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FilePaths Modifier and Type Method Description List<FilePaths>Threat. filePaths()Provides information about the file paths that were affected by the threat.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type FilePaths Modifier and Type Method Description Threat.BuilderThreat.Builder. filePaths(FilePaths... filePaths)Provides information about the file paths that were affected by the threat.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type FilePaths Modifier and Type Method Description Threat.BuilderThreat.Builder. filePaths(Collection<FilePaths> filePaths)Provides information about the file paths that were affected by the threat.
-