Uses of Class
software.amazon.awssdk.services.securityhub.model.RelatedFinding
-
Packages that use RelatedFinding Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RelatedFinding in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RelatedFinding Modifier and Type Method Description List<RelatedFinding>AutomationRulesFindingFieldsUpdate. relatedFindings()The rule action updates theRelatedFindingsfield of a finding.List<RelatedFinding>AwsSecurityFinding. relatedFindings()A list of related findings.List<RelatedFinding>BatchUpdateFindingsRequest. relatedFindings()A list of findings that are related to the updated findings.List<RelatedFinding>FindingProviderFields. relatedFindings()A list of findings that are related to the current finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RelatedFinding Modifier and Type Method Description AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. relatedFindings(RelatedFinding... relatedFindings)The rule action updates theRelatedFindingsfield of a finding.AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. relatedFindings(RelatedFinding... relatedFindings)A list of related findings.BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. relatedFindings(RelatedFinding... relatedFindings)A list of findings that are related to the updated findings.FindingProviderFields.BuilderFindingProviderFields.Builder. relatedFindings(RelatedFinding... relatedFindings)A list of findings that are related to the current finding.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RelatedFinding Modifier and Type Method Description AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. relatedFindings(Collection<RelatedFinding> relatedFindings)The rule action updates theRelatedFindingsfield of a finding.AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. relatedFindings(Collection<RelatedFinding> relatedFindings)A list of related findings.BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. relatedFindings(Collection<RelatedFinding> relatedFindings)A list of findings that are related to the updated findings.FindingProviderFields.BuilderFindingProviderFields.Builder. relatedFindings(Collection<RelatedFinding> relatedFindings)A list of findings that are related to the current finding.
-