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