| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.clone() |
PortRange |
PortRange.withFromPort(Integer fromPort)
The lower limit of the port range.
|
PortRange |
PortRange.withToPort(Integer toPort)
The upper limit of the port range.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
MatchAttributes.getDestinationPorts()
The destination ports to inspect for.
|
List<PortRange> |
MatchAttributes.getSourcePorts()
The source ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes |
MatchAttributes.withDestinationPorts(PortRange... destinationPorts)
The destination ports to inspect for.
|
MatchAttributes |
MatchAttributes.withSourcePorts(PortRange... sourcePorts)
The source ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchAttributes.setDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports to inspect for.
|
void |
MatchAttributes.setSourcePorts(Collection<PortRange> sourcePorts)
The source ports to inspect for.
|
MatchAttributes |
MatchAttributes.withDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports to inspect for.
|
MatchAttributes |
MatchAttributes.withSourcePorts(Collection<PortRange> sourcePorts)
The source ports to inspect for.
|
Copyright © 2022. All rights reserved.