Uses of Class
software.amazon.awssdk.services.securityhub.model.ImportFindingsError
Packages that use ImportFindingsError
-
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 ImportFindingsErrorModifier and TypeMethodDescriptionfinal List<ImportFindingsError>BatchImportFindingsResponse.failedFindings()The list of findings that failed to import.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ImportFindingsErrorModifier and TypeMethodDescriptionBatchImportFindingsResponse.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 ImportFindingsErrorModifier and TypeMethodDescriptionBatchImportFindingsResponse.Builder.failedFindings(Collection<ImportFindingsError> failedFindings) The list of findings that failed to import.