| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
Network.openPortRange()
The range of open ports that is present on the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
NetworkPathComponentDetails.portRanges()
A list of port ranges for the destination.
|
| Modifier and Type | Method and Description |
|---|---|
Network.Builder |
Network.Builder.openPortRange(PortRange openPortRange)
The range of open ports that is present on the network.
|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.portRanges(PortRange... portRanges)
A list of port ranges for the destination.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.portRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
|
Copyright © 2023. All rights reserved.