| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
LineageObject |
LineageObject.clone() |
LineageObject |
LineageObject.withEuid(Integer euid)
The effective user ID that was used to execute the process.
|
LineageObject |
LineageObject.withExecutablePath(String executablePath)
The absolute path of the process executable file.
|
LineageObject |
LineageObject.withName(String name)
The name of the process.
|
LineageObject |
LineageObject.withNamespacePid(Integer namespacePid)
The process ID of the child process.
|
LineageObject |
LineageObject.withParentUuid(String parentUuid)
The unique ID of the parent process.
|
LineageObject |
LineageObject.withPid(Integer pid)
The ID of the process.
|
LineageObject |
LineageObject.withStartTime(Date startTime)
The time when the process started.
|
LineageObject |
LineageObject.withUserId(Integer userId)
The user ID of the user that executed the process.
|
LineageObject |
LineageObject.withUuid(String uuid)
The unique ID assigned to the process by GuardDuty.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageObject> |
ProcessDetails.getLineage()
Information about the process's lineage.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails |
ProcessDetails.withLineage(LineageObject... lineage)
Information about the process's lineage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDetails.setLineage(Collection<LineageObject> lineage)
Information about the process's lineage.
|
ProcessDetails |
ProcessDetails.withLineage(Collection<LineageObject> lineage)
Information about the process's lineage.
|
Copyright © 2023. All rights reserved.