| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.builder() |
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.codeSnippetResults(CodeSnippetResult... codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.codeSnippetResults(Collection<CodeSnippetResult> codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.codeSnippetResults(Consumer<CodeSnippetResult.Builder>... codeSnippetResults)
The retrieved code snippets associated with the provided finding ARNs.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.errors(CodeSnippetError... errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.errors(Collection<CodeSnippetError> errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.Builder.errors(Consumer<CodeSnippetError.Builder>... errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetCodeSnippetResponse.Builder> |
BatchGetCodeSnippetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.