Uses of Class
software.amazon.awssdk.services.inspector2.model.ExploitObserved
-
Packages that use ExploitObserved Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of ExploitObserved in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ExploitObserved Modifier and Type Method Description ExploitObservedFindingDetail. exploitObserved()Returns the value of the ExploitObserved property for this object.ExploitObservedVulnerability. exploitObserved()An object that contains details on when the exploit was observed.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type ExploitObserved Modifier and Type Method Description FindingDetail.BuilderFindingDetail.Builder. exploitObserved(ExploitObserved exploitObserved)Sets the value of the ExploitObserved property for this object.Vulnerability.BuilderVulnerability.Builder. exploitObserved(ExploitObserved exploitObserved)An object that contains details on when the exploit was observed.
-