| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
PortRangeFilter |
PortRangeFilter.clone() |
PortRangeFilter |
PortRangeFilter.withBeginInclusive(Integer beginInclusive)
The port number the port range begins at.
|
PortRangeFilter |
PortRangeFilter.withEndInclusive(Integer endInclusive)
The port number the port range ends at.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRangeFilter> |
FilterCriteria.getPortRange()
Details on the port ranges used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
FilterCriteria.withPortRange(PortRangeFilter... portRange)
Details on the port ranges used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterCriteria.setPortRange(Collection<PortRangeFilter> portRange)
Details on the port ranges used to filter findings.
|
FilterCriteria |
FilterCriteria.withPortRange(Collection<PortRangeFilter> portRange)
Details on the port ranges used to filter findings.
|
Copyright © 2022. All rights reserved.