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