| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
LocalPortDetails |
LocalPortDetails.clone() |
LocalPortDetails |
NetworkConnectionAction.getLocalPortDetails()
Local port information of the connection.
|
LocalPortDetails |
PortProbeDetail.getLocalPortDetails()
Local port information of the connection.
|
LocalPortDetails |
LocalPortDetails.withPort(Integer port)
Port number of the local connection.
|
LocalPortDetails |
LocalPortDetails.withPortName(String portName)
Port name of the local connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnectionAction.setLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
void |
PortProbeDetail.setLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
NetworkConnectionAction |
NetworkConnectionAction.withLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
PortProbeDetail |
PortProbeDetail.withLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
Copyright © 2019. All rights reserved.