| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static TCPFlag |
TCPFlag.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TCPFlag |
TCPFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCPFlag[] |
TCPFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TCPFlag> |
TCPFlagField.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. |
static Set<TCPFlag> |
TCPFlag.knownValues()
|
List<TCPFlag> |
TCPFlagField.masks()
The set of flags to consider in the inspection.
|
| Modifier and Type | Method and Description |
|---|---|
TCPFlagField.Builder |
TCPFlagField.Builder.flags(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.Builder |
TCPFlagField.Builder.masks(TCPFlag... masks)
The set of flags to consider in the inspection.
|
| Modifier and Type | Method and Description |
|---|---|
TCPFlagField.Builder |
TCPFlagField.Builder.flags(Collection<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.Builder |
TCPFlagField.Builder.masks(Collection<TCPFlag> masks)
The set of flags to consider in the inspection.
|
Copyright © 2023. All rights reserved.