| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
FilePath |
FilePath.clone() |
FilePath |
Vulnerability.getFilePath()
An object that describes the location of the detected security vulnerability in your code.
|
FilePath |
FilePath.withCodeSnippet(CodeLine... codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
FilePath |
FilePath.withCodeSnippet(Collection<CodeLine> codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
FilePath |
FilePath.withEndLine(Integer endLine)
The last line number of the code snippet where the security vulnerability appears in your code.
|
FilePath |
FilePath.withName(String name)
The name of the file.
|
FilePath |
FilePath.withPath(String path)
The path to the resource with the security vulnerability.
|
FilePath |
FilePath.withStartLine(Integer startLine)
The first line number of the code snippet where the security vulnerability appears in your code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setFilePath(FilePath filePath)
An object that describes the location of the detected security vulnerability in your code.
|
Vulnerability |
Vulnerability.withFilePath(FilePath filePath)
An object that describes the location of the detected security vulnerability in your code.
|
Copyright © 2024. All rights reserved.