| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails |
RuntimeContext.modifyingProcess()
Information about the process that modified the current process.
|
ProcessDetails |
RuntimeDetails.process()
Information about the observed process.
|
ProcessDetails |
RuntimeContext.targetProcess()
Information about the process that had its memory overwritten by the current process.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext.Builder |
RuntimeContext.Builder.modifyingProcess(ProcessDetails modifyingProcess)
Information about the process that modified the current process.
|
RuntimeDetails.Builder |
RuntimeDetails.Builder.process(ProcessDetails process)
Information about the observed process.
|
RuntimeContext.Builder |
RuntimeContext.Builder.targetProcess(ProcessDetails targetProcess)
Information about the process that had its memory overwritten by the current process.
|
Copyright © 2023. All rights reserved.