| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
FilterPortRange |
FilterPortRange.clone() |
FilterPortRange |
PathFilter.getDestinationPortRange()
The destination port range.
|
FilterPortRange |
PathFilter.getSourcePortRange()
The source port range.
|
FilterPortRange |
FilterPortRange.withFromPort(Integer fromPort)
The first port in the range.
|
FilterPortRange |
FilterPortRange.withToPort(Integer toPort)
The last port in the range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathFilter.setDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
void |
PathFilter.setSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
PathFilter |
PathFilter.withDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
PathFilter |
PathFilter.withSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
Copyright © 2023. All rights reserved.