Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateFindingsUnprocessedFinding
-
Packages that use BatchUpdateFindingsUnprocessedFinding Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of BatchUpdateFindingsUnprocessedFinding in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchUpdateFindingsUnprocessedFinding Modifier and Type Method Description List<BatchUpdateFindingsUnprocessedFinding>BatchUpdateFindingsResponse. unprocessedFindings()The list of findings that were not updated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type BatchUpdateFindingsUnprocessedFinding Modifier and Type Method Description BatchUpdateFindingsResponse.BuilderBatchUpdateFindingsResponse.Builder. unprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)The list of findings that were not updated.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type BatchUpdateFindingsUnprocessedFinding Modifier and Type Method Description BatchUpdateFindingsResponse.BuilderBatchUpdateFindingsResponse.Builder. unprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)The list of findings that were not updated.
-