Uses of Class
software.amazon.awssdk.services.guardduty.model.Threat
-
Packages that use Threat Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Threat in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Threat Modifier and Type Method Description List<Threat>MalwareScanDetails. threats()Information about the detected threats associated with the generated GuardDuty finding.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Threat Modifier and Type Method Description MalwareScanDetails.BuilderMalwareScanDetails.Builder. threats(Threat... threats)Information about the detected threats associated with the generated GuardDuty finding.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Threat Modifier and Type Method Description MalwareScanDetails.BuilderMalwareScanDetails.Builder. threats(Collection<Threat> threats)Information about the detected threats associated with the generated GuardDuty finding.
-