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