| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingsError |
BatchGetFindingsError.clone() |
BatchGetFindingsError |
BatchGetFindingsError.withErrorCode(ErrorCode errorCode)
A code associated with the type of error.
|
BatchGetFindingsError |
BatchGetFindingsError.withErrorCode(String errorCode)
A code associated with the type of error.
|
BatchGetFindingsError |
BatchGetFindingsError.withFindingId(String findingId)
The finding ID of the finding that was not fetched.
|
BatchGetFindingsError |
BatchGetFindingsError.withMessage(String message)
Describes the error.
|
BatchGetFindingsError |
BatchGetFindingsError.withScanName(String scanName)
The name of the scan that generated the finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetFindingsError> |
BatchGetFindingsResult.getFailedFindings()
A list of errors for individual findings which were not fetched.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingsResult |
BatchGetFindingsResult.withFailedFindings(BatchGetFindingsError... failedFindings)
A list of errors for individual findings which were not fetched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFindingsResult.setFailedFindings(Collection<BatchGetFindingsError> failedFindings)
A list of errors for individual findings which were not fetched.
|
BatchGetFindingsResult |
BatchGetFindingsResult.withFailedFindings(Collection<BatchGetFindingsError> failedFindings)
A list of errors for individual findings which were not fetched.
|
Copyright © 2023. All rights reserved.