| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeLine |
CodeLine.clone() |
CodeLine |
CodeLine.withContent(String content)
The content of a line of code
|
CodeLine |
CodeLine.withLineNumber(Integer lineNumber)
The line number that a section of code is located at.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeLine> |
CodeSnippetResult.getCodeSnippet()
Contains information on the retrieved code snippet.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSnippetResult |
CodeSnippetResult.withCodeSnippet(CodeLine... codeSnippet)
Contains information on the retrieved code snippet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeSnippetResult.setCodeSnippet(Collection<CodeLine> codeSnippet)
Contains information on the retrieved code snippet.
|
CodeSnippetResult |
CodeSnippetResult.withCodeSnippet(Collection<CodeLine> codeSnippet)
Contains information on the retrieved code snippet.
|
Copyright © 2025. All rights reserved.