| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction |
PortProbeAction.clone() |
PortProbeAction |
Action.getPortProbeAction()
Included if
ActionType is PORT_PROBE. |
PortProbeAction |
PortProbeAction.withBlocked(Boolean blocked)
Indicates whether the port probe was blocked.
|
PortProbeAction |
PortProbeAction.withPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
Information about the ports affected by the port probe.
|
PortProbeAction |
PortProbeAction.withPortProbeDetails(PortProbeDetail... portProbeDetails)
Information about the ports affected by the port probe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setPortProbeAction(PortProbeAction portProbeAction)
Included if
ActionType is PORT_PROBE. |
Action |
Action.withPortProbeAction(PortProbeAction portProbeAction)
Included if
ActionType is PORT_PROBE. |
Copyright © 2023. All rights reserved.