| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ImportFindingsError |
ImportFindingsError.clone() |
ImportFindingsError |
ImportFindingsError.withErrorCode(String errorCode)
The code of the error returned by the
BatchImportFindings operation. |
ImportFindingsError |
ImportFindingsError.withErrorMessage(String errorMessage)
The message of the error returned by the
BatchImportFindings operation. |
ImportFindingsError |
ImportFindingsError.withId(String id)
The identifier of the finding that could not be updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportFindingsError> |
BatchImportFindingsResult.getFailedFindings()
The list of findings that failed to import.
|
| Modifier and Type | Method and Description |
|---|---|
BatchImportFindingsResult |
BatchImportFindingsResult.withFailedFindings(ImportFindingsError... failedFindings)
The list of findings that failed to import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchImportFindingsResult.setFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
|
BatchImportFindingsResult |
BatchImportFindingsResult.withFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
|
Copyright © 2022. All rights reserved.