| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes |
MatchAttributes.clone() |
MatchAttributes |
RuleDefinition.getMatchAttributes()
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
MatchAttributes |
MatchAttributes.withDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports to inspect for.
|
MatchAttributes |
MatchAttributes.withDestinationPorts(PortRange... destinationPorts)
The destination ports to inspect for.
|
MatchAttributes |
MatchAttributes.withDestinations(Address... destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withProtocols(Collection<Integer> protocols)
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
|
MatchAttributes |
MatchAttributes.withProtocols(Integer... protocols)
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
|
MatchAttributes |
MatchAttributes.withSourcePorts(Collection<PortRange> sourcePorts)
The source ports to inspect for.
|
MatchAttributes |
MatchAttributes.withSourcePorts(PortRange... sourcePorts)
The source ports to inspect for.
|
MatchAttributes |
MatchAttributes.withSources(Address... sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withSources(Collection<Address> sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withTCPFlags(Collection<TCPFlagField> tCPFlags)
The TCP flags and masks to inspect for.
|
MatchAttributes |
MatchAttributes.withTCPFlags(TCPFlagField... tCPFlags)
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleDefinition.setMatchAttributes(MatchAttributes matchAttributes)
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
RuleDefinition |
RuleDefinition.withMatchAttributes(MatchAttributes matchAttributes)
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
Copyright © 2025. All rights reserved.