Uses of Class
software.amazon.awssdk.services.securityhub.model.ImportFindingsError
-
Packages that use ImportFindingsError Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ImportFindingsError in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ImportFindingsError Modifier and Type Method Description List<ImportFindingsError>BatchImportFindingsResponse. failedFindings()The list of findings that failed to import.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ImportFindingsError Modifier and Type Method Description BatchImportFindingsResponse.BuilderBatchImportFindingsResponse.Builder. failedFindings(ImportFindingsError... failedFindings)The list of findings that failed to import.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type ImportFindingsError Modifier and Type Method Description BatchImportFindingsResponse.BuilderBatchImportFindingsResponse.Builder. failedFindings(Collection<ImportFindingsError> failedFindings)The list of findings that failed to import.
-