| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.clone() |
PortRange |
NetworkReachabilityDetails.getOpenPortRange()
An object that contains details about the open port range associated with a finding.
|
PortRange |
PortRange.withBegin(Integer begin)
The beginning port in a port range.
|
PortRange |
PortRange.withEnd(Integer end)
The ending port in a port range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkReachabilityDetails.setOpenPortRange(PortRange openPortRange)
An object that contains details about the open port range associated with a finding.
|
NetworkReachabilityDetails |
NetworkReachabilityDetails.withOpenPortRange(PortRange openPortRange)
An object that contains details about the open port range associated with a finding.
|
Copyright © 2025. All rights reserved.