Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TCPFlag
-
Packages that use TCPFlag Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TCPFlag in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return TCPFlag Modifier and Type Method Description static TCPFlagTCPFlag. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TCPFlagTCPFlag. 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.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TCPFlag Modifier and Type Method Description List<TCPFlag>TCPFlagField. flags()Used in conjunction with theMaskssetting 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.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type TCPFlag Modifier and Type Method Description TCPFlagField.BuilderTCPFlagField.Builder. flags(TCPFlag... flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.BuilderTCPFlagField.Builder. masks(TCPFlag... masks)The set of flags to consider in the inspection.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type TCPFlag Modifier and Type Method Description TCPFlagField.BuilderTCPFlagField.Builder. flags(Collection<TCPFlag> flags)Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.TCPFlagField.BuilderTCPFlagField.Builder. masks(Collection<TCPFlag> masks)The set of flags to consider in the inspection.
-