| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeFilePath |
CodeFilePath.clone() |
CodeFilePath |
CodeVulnerabilityDetails.getFilePath()
Contains information on where the code vulnerability is located in your code.
|
CodeFilePath |
CodeFilePath.withEndLine(Integer endLine)
The line number of the last line of code that a vulnerability was found in.
|
CodeFilePath |
CodeFilePath.withFileName(String fileName)
The name of the file the code vulnerability was found in.
|
CodeFilePath |
CodeFilePath.withFilePath(String filePath)
The file path to the code that a vulnerability was found in.
|
CodeFilePath |
CodeFilePath.withStartLine(Integer startLine)
The line number of the first line of code that a vulnerability was found in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeVulnerabilityDetails.setFilePath(CodeFilePath filePath)
Contains information on where the code vulnerability is located in your code.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withFilePath(CodeFilePath filePath)
Contains information on where the code vulnerability is located in your code.
|
Copyright © 2024. All rights reserved.