Uses of Class
software.amazon.awssdk.services.securityhub.model.ThreatIntelIndicator
-
Packages that use ThreatIntelIndicator Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ThreatIntelIndicator in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ThreatIntelIndicator Modifier and Type Method Description List<ThreatIntelIndicator>AwsSecurityFinding. threatIntelIndicators()Threat intelligence details related to a finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ThreatIntelIndicator Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. threatIntelIndicators(ThreatIntelIndicator... threatIntelIndicators)Threat intelligence details related to a finding.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type ThreatIntelIndicator Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. threatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)Threat intelligence details related to a finding.
-