| 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 made during the
BatchImportFindings operation. |
ImportFindingsError |
ImportFindingsError.withErrorMessage(String errorMessage)
The message of the error made during the
BatchImportFindings operation. |
ImportFindingsError |
ImportFindingsError.withId(String id)
The ID of the error made during the
BatchImportFindings operation. |
| 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 © 2020. All rights reserved.