| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeSnippetResult |
CodeSnippetResult.clone() |
CodeSnippetResult |
CodeSnippetResult.withCodeSnippet(CodeLine... codeSnippet)
Contains information on the retrieved code snippet.
|
CodeSnippetResult |
CodeSnippetResult.withCodeSnippet(Collection<CodeLine> codeSnippet)
Contains information on the retrieved code snippet.
|
CodeSnippetResult |
CodeSnippetResult.withEndLine(Integer endLine)
The line number of the last line of a code snippet.
|
CodeSnippetResult |
CodeSnippetResult.withFindingArn(String findingArn)
The ARN of a finding that the code snippet is associated with.
|
CodeSnippetResult |
CodeSnippetResult.withStartLine(Integer startLine)
The line number of the first line of a code snippet.
|
CodeSnippetResult |
CodeSnippetResult.withSuggestedFixes(Collection<SuggestedFix> suggestedFixes)
Details of a suggested code fix.
|
CodeSnippetResult |
CodeSnippetResult.withSuggestedFixes(SuggestedFix... suggestedFixes)
Details of a suggested code fix.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeSnippetResult> |
BatchGetCodeSnippetResult.getCodeSnippetResults()
The retrieved code snippets associated with the provided finding ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCodeSnippetResult |
BatchGetCodeSnippetResult.withCodeSnippetResults(CodeSnippetResult... codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCodeSnippetResult.setCodeSnippetResults(Collection<CodeSnippetResult> codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
BatchGetCodeSnippetResult |
BatchGetCodeSnippetResult.withCodeSnippetResults(Collection<CodeSnippetResult> codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
Copyright © 2023. All rights reserved.