static BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.builder() |
|
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.codeSnippetResults(CodeSnippetResult... codeSnippetResults) |
The retrieved code snippets associated with the provided finding ARNs.
|
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.Builder.errors(CodeSnippetError... errors) |
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
BatchGetCodeSnippetResponse.Builder |
BatchGetCodeSnippetResponse.toBuilder() |
|