Uses of Class
software.amazon.awssdk.services.inspector2.model.CodeFilePath
-
Packages that use CodeFilePath Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeFilePath in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CodeFilePath Modifier and Type Method Description CodeFilePathCodeVulnerabilityDetails. filePath()Contains information on where the code vulnerability is located in your code.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CodeFilePath Modifier and Type Method Description CodeVulnerabilityDetails.BuilderCodeVulnerabilityDetails.Builder. filePath(CodeFilePath filePath)Contains information on where the code vulnerability is located in your code.
-