Uses of Class
software.amazon.awssdk.services.inspector2.model.Evidence
-
Packages that use Evidence Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Evidence in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Evidence Modifier and Type Method Description List<Evidence>FindingDetail. evidences()Information on the evidence of the vulnerability.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Evidence Modifier and Type Method Description FindingDetail.BuilderFindingDetail.Builder. evidences(Evidence... evidences)Information on the evidence of the vulnerability.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Evidence Modifier and Type Method Description FindingDetail.BuilderFindingDetail.Builder. evidences(Collection<Evidence> evidences)Information on the evidence of the vulnerability.
-