| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.clone() |
PortRange |
Network.getOpenPortRange()
The range of open ports that is present on the network.
|
PortRange |
PortRange.withBegin(Integer begin)
The first port in the port range.
|
PortRange |
PortRange.withEnd(Integer end)
The last port in the port range.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
NetworkPathComponentDetails.getPortRanges()
A list of port ranges for the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Network.setOpenPortRange(PortRange openPortRange)
The range of open ports that is present on the network.
|
Network |
Network.withOpenPortRange(PortRange openPortRange)
The range of open ports that is present on the network.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withPortRanges(PortRange... portRanges)
A list of port ranges for the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkPathComponentDetails.setPortRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withPortRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
|
Copyright © 2024. All rights reserved.