Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TCPFlagField
-
Packages that use TCPFlagField Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TCPFlagField in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TCPFlagField Modifier and Type Method Description List<TCPFlagField>MatchAttributes. tcpFlags()The TCP flags and masks to inspect for.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type TCPFlagField Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. tcpFlags(TCPFlagField... tcpFlags)The TCP flags and masks to inspect for.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type TCPFlagField Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. tcpFlags(Collection<TCPFlagField> tcpFlags)The TCP flags and masks to inspect for.
-