| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction |
PortProbeAction.clone() |
PortProbeAction |
Action.getPortProbeAction()
Information about the PORT_PROBE action described in this finding.
|
PortProbeAction |
PortProbeAction.withBlocked(Boolean blocked)
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
|
PortProbeAction |
PortProbeAction.withPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
A list of objects related to port probe details.
|
PortProbeAction |
PortProbeAction.withPortProbeDetails(PortProbeDetail... portProbeDetails)
A list of objects related to port probe details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setPortProbeAction(PortProbeAction portProbeAction)
Information about the PORT_PROBE action described in this finding.
|
Action |
Action.withPortProbeAction(PortProbeAction portProbeAction)
Information about the PORT_PROBE action described in this finding.
|
Copyright © 2020. All rights reserved.