| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
TCPFlagField |
TCPFlagField.clone() |
TCPFlagField |
TCPFlagField.withFlags(Collection<String> flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that must
not be set in order for the packet to match. |
TCPFlagField |
TCPFlagField.withFlags(String... flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that must
not be set in order for the packet to match. |
TCPFlagField |
TCPFlagField.withFlags(TCPFlag... flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that must
not be set in order for the packet to match. |
TCPFlagField |
TCPFlagField.withMasks(Collection<String> masks)
The set of flags to consider in the inspection.
|
TCPFlagField |
TCPFlagField.withMasks(String... masks)
The set of flags to consider in the inspection.
|
TCPFlagField |
TCPFlagField.withMasks(TCPFlag... masks)
The set of flags to consider in the inspection.
|
| Modifier and Type | Method and Description |
|---|---|
List<TCPFlagField> |
MatchAttributes.getTCPFlags()
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes |
MatchAttributes.withTCPFlags(TCPFlagField... tCPFlags)
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchAttributes.setTCPFlags(Collection<TCPFlagField> tCPFlags)
The TCP flags and masks to inspect for.
|
MatchAttributes |
MatchAttributes.withTCPFlags(Collection<TCPFlagField> tCPFlags)
The TCP flags and masks to inspect for.
|
Copyright © 2025. All rights reserved.