Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FirewallStatefulRule |
FirewallStatefulRule.clone() |
FirewallStatefulRule |
Explanation.getFirewallStatefulRule()
The Network Firewall stateful rule.
|
FirewallStatefulRule |
PathComponent.getFirewallStatefulRule()
The Network Firewall stateful rule.
|
FirewallStatefulRule |
FirewallStatefulRule.withDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports.
|
FirewallStatefulRule |
FirewallStatefulRule.withDestinationPorts(PortRange... destinationPorts)
The destination ports.
|
FirewallStatefulRule |
FirewallStatefulRule.withDestinations(Collection<String> destinations)
The destination IP addresses, in CIDR notation.
|
FirewallStatefulRule |
FirewallStatefulRule.withDestinations(String... destinations)
The destination IP addresses, in CIDR notation.
|
FirewallStatefulRule |
FirewallStatefulRule.withDirection(String direction)
The direction.
|
FirewallStatefulRule |
FirewallStatefulRule.withProtocol(String protocol)
The protocol.
|
FirewallStatefulRule |
FirewallStatefulRule.withRuleAction(String ruleAction)
The rule action.
|
FirewallStatefulRule |
FirewallStatefulRule.withRuleGroupArn(String ruleGroupArn)
The ARN of the stateful rule group.
|
FirewallStatefulRule |
FirewallStatefulRule.withSourcePorts(Collection<PortRange> sourcePorts)
The source ports.
|
FirewallStatefulRule |
FirewallStatefulRule.withSourcePorts(PortRange... sourcePorts)
The source ports.
|
FirewallStatefulRule |
FirewallStatefulRule.withSources(Collection<String> sources)
The source IP addresses, in CIDR notation.
|
FirewallStatefulRule |
FirewallStatefulRule.withSources(String... sources)
The source IP addresses, in CIDR notation.
|
Modifier and Type | Method and Description |
---|---|
void |
Explanation.setFirewallStatefulRule(FirewallStatefulRule firewallStatefulRule)
The Network Firewall stateful rule.
|
void |
PathComponent.setFirewallStatefulRule(FirewallStatefulRule firewallStatefulRule)
The Network Firewall stateful rule.
|
Explanation |
Explanation.withFirewallStatefulRule(FirewallStatefulRule firewallStatefulRule)
The Network Firewall stateful rule.
|
PathComponent |
PathComponent.withFirewallStatefulRule(FirewallStatefulRule firewallStatefulRule)
The Network Firewall stateful rule.
|
Copyright © 2023. All rights reserved.