| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
CodeLine |
CodeLine.clone() |
CodeLine |
CodeLine.withContent(String content)
The code that contains a vulnerability.
|
CodeLine |
CodeLine.withNumber(Integer number)
The code line number.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeLine> |
FilePath.getCodeSnippet()
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
| Modifier and Type | Method and Description |
|---|---|
FilePath |
FilePath.withCodeSnippet(CodeLine... codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePath.setCodeSnippet(Collection<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. |
Copyright © 2023. All rights reserved.