| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
List<CodeLine> |
FilePath.codeSnippet()
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
| Modifier and Type | Method and Description |
|---|---|
FilePath.Builder |
FilePath.Builder.codeSnippet(CodeLine... codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
| Modifier and Type | Method and Description |
|---|---|
FilePath.Builder |
FilePath.Builder.codeSnippet(Collection<CodeLine> codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
Copyright © 2023. All rights reserved.