| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PortProbeDetail |
PortProbeDetail.clone() |
PortProbeDetail |
PortProbeDetail.withLocalIpDetails(ActionLocalIpDetails localIpDetails)
Provides information about the IP address where the scanned port is located.
|
PortProbeDetail |
PortProbeDetail.withLocalPortDetails(ActionLocalPortDetails localPortDetails)
Provides information about the port that was scanned.
|
PortProbeDetail |
PortProbeDetail.withRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provides information about the remote IP address that performed the scan.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortProbeDetail> |
PortProbeAction.getPortProbeDetails()
Information about the ports affected by the port probe.
|
| Modifier and Type | Method and Description |
|---|---|
PortProbeAction |
PortProbeAction.withPortProbeDetails(PortProbeDetail... portProbeDetails)
Information about the ports affected by the port probe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortProbeAction.setPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
Information about the ports affected by the port probe.
|
PortProbeAction |
PortProbeAction.withPortProbeDetails(Collection<PortProbeDetail> portProbeDetails)
Information about the ports affected by the port probe.
|
Copyright © 2023. All rights reserved.