Uses of Class
software.amazon.awssdk.services.guardduty.model.LineageObject
-
Packages that use LineageObject Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of LineageObject in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type LineageObject Modifier and Type Method Description List<LineageObject>ProcessDetails. lineage()Information about the process's lineage.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type LineageObject Modifier and Type Method Description ProcessDetails.BuilderProcessDetails.Builder. lineage(LineageObject... lineage)Information about the process's lineage.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type LineageObject Modifier and Type Method Description ProcessDetails.BuilderProcessDetails.Builder. lineage(Collection<LineageObject> lineage)Information about the process's lineage.
-