| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeSnippetError |
CodeSnippetError.clone() |
CodeSnippetError |
CodeSnippetError.withErrorCode(CodeSnippetErrorCode errorCode)
The error code for the error that prevented a code snippet from being retrieved.
|
CodeSnippetError |
CodeSnippetError.withErrorCode(String errorCode)
The error code for the error that prevented a code snippet from being retrieved.
|
CodeSnippetError |
CodeSnippetError.withErrorMessage(String errorMessage)
The error message received when Amazon Inspector failed to retrieve a code snippet.
|
CodeSnippetError |
CodeSnippetError.withFindingArn(String findingArn)
The ARN of the finding that a code snippet couldn't be retrieved for.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeSnippetError> |
BatchGetCodeSnippetResult.getErrors()
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCodeSnippetResult |
BatchGetCodeSnippetResult.withErrors(CodeSnippetError... errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCodeSnippetResult.setErrors(Collection<CodeSnippetError> errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
BatchGetCodeSnippetResult |
BatchGetCodeSnippetResult.withErrors(Collection<CodeSnippetError> errors)
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
|
Copyright © 2024. All rights reserved.