| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static TCPFlag |
TCPFlag.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
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(TCPFlag... masks)
The set of flags to consider in the inspection.
|
Copyright © 2021. All rights reserved.