| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails |
ProcessDetails.clone() |
ProcessDetails |
AwsSecurityFinding.getProcess()
The details of process-related information about a finding.
|
ProcessDetails |
ProcessDetails.withLaunchedAt(String launchedAt)
The date/time that the process was launched.
|
ProcessDetails |
ProcessDetails.withName(String name)
The name of the process.
|
ProcessDetails |
ProcessDetails.withParentPid(Integer parentPid)
The parent process ID.
|
ProcessDetails |
ProcessDetails.withPath(String path)
The path to the process executable.
|
ProcessDetails |
ProcessDetails.withPid(Integer pid)
The process ID.
|
ProcessDetails |
ProcessDetails.withTerminatedAt(String terminatedAt)
The date and time when the process was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setProcess(ProcessDetails process)
The details of process-related information about a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withProcess(ProcessDetails process)
The details of process-related information about a finding.
|
Copyright © 2020. All rights reserved.