| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.clone() |
Header |
StatefulRule.getHeader()
The stateful inspection criteria for this rule, used to inspect traffic flows.
|
Header |
Header.withDestination(String destination)
The destination IP address or address range to inspect for, in CIDR notation.
|
Header |
Header.withDestinationPort(String destinationPort)
The destination port to inspect for.
|
Header |
Header.withDirection(StatefulRuleDirection direction)
The direction of traffic flow to inspect.
|
Header |
Header.withDirection(String direction)
The direction of traffic flow to inspect.
|
Header |
Header.withProtocol(StatefulRuleProtocol protocol)
The protocol to inspect for.
|
Header |
Header.withProtocol(String protocol)
The protocol to inspect for.
|
Header |
Header.withSource(String source)
The source IP address or address range to inspect for, in CIDR notation.
|
Header |
Header.withSourcePort(String sourcePort)
The source port to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulRule.setHeader(Header header)
The stateful inspection criteria for this rule, used to inspect traffic flows.
|
StatefulRule |
StatefulRule.withHeader(Header header)
The stateful inspection criteria for this rule, used to inspect traffic flows.
|
Copyright © 2024. All rights reserved.