Uses of Class
software.amazon.awssdk.services.securityhub.model.Threat
-
Packages that use Threat Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Threat in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Threat Modifier and Type Method Description List<Threat>AwsSecurityFinding. threats()Details about the threat detected in a security finding and the file paths that were affected by the threat.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Threat Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. threats(Threat... threats)Details about the threat detected in a security finding and the file paths that were affected by the threat.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Threat Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. threats(Collection<Threat> threats)Details about the threat detected in a security finding and the file paths that were affected by the threat.
-