| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ActionLocalPortDetails |
ActionLocalPortDetails.clone() |
ActionLocalPortDetails |
PortProbeDetail.getLocalPortDetails()
Provides information about the port that was scanned.
|
ActionLocalPortDetails |
NetworkConnectionAction.getLocalPortDetails()
Information about the port on the EC2 instance.
|
ActionLocalPortDetails |
ActionLocalPortDetails.withPort(Integer port)
The number of the port.
|
ActionLocalPortDetails |
ActionLocalPortDetails.withPortName(String portName)
The port name of the local connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortProbeDetail.setLocalPortDetails(ActionLocalPortDetails localPortDetails)
Provides information about the port that was scanned.
|
void |
NetworkConnectionAction.setLocalPortDetails(ActionLocalPortDetails localPortDetails)
Information about the port on the EC2 instance.
|
PortProbeDetail |
PortProbeDetail.withLocalPortDetails(ActionLocalPortDetails localPortDetails)
Provides information about the port that was scanned.
|
NetworkConnectionAction |
NetworkConnectionAction.withLocalPortDetails(ActionLocalPortDetails localPortDetails)
Information about the port on the EC2 instance.
|
Copyright © 2023. All rights reserved.