| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
List<CodeSnippetResult> |
BatchGetCodeSnippetResponse.codeSnippetResults()
The retrieved code snippets associated with the provided finding ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.codeSnippetResults(CodeSnippetResult... codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.codeSnippetResults(Collection<CodeSnippetResult> codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
Copyright © 2023. All rights reserved.