| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsUnprocessedFinding |
BatchUpdateFindingsUnprocessedFinding.clone() |
BatchUpdateFindingsUnprocessedFinding |
BatchUpdateFindingsUnprocessedFinding.withErrorCode(String errorCode)
The code associated with the error.
|
BatchUpdateFindingsUnprocessedFinding |
BatchUpdateFindingsUnprocessedFinding.withErrorMessage(String errorMessage)
The message associated with the error.
|
BatchUpdateFindingsUnprocessedFinding |
BatchUpdateFindingsUnprocessedFinding.withFindingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpdateFindingsUnprocessedFinding> |
BatchUpdateFindingsResult.getUnprocessedFindings()
The list of findings that were not updated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withUnprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
The list of findings that were not updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateFindingsResult.setUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
|
Copyright © 2024. All rights reserved.