Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchUpdateFindingsV2ProcessedFinding
Packages that use BatchUpdateFindingsV2ProcessedFinding
-
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 BatchUpdateFindingsV2ProcessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsV2Response.processedFindings()The list of findings that were updated successfully.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type BatchUpdateFindingsV2ProcessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsV2Response.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 BatchUpdateFindingsV2ProcessedFindingModifier and TypeMethodDescriptionBatchUpdateFindingsV2Response.Builder.processedFindings(Collection<BatchUpdateFindingsV2ProcessedFinding> processedFindings) The list of findings that were updated successfully.