Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FirewallStatelessRule |
FirewallStatelessRule.clone() |
FirewallStatelessRule |
Explanation.getFirewallStatelessRule()
The Network Firewall stateless rule.
|
FirewallStatelessRule |
PathComponent.getFirewallStatelessRule()
The Network Firewall stateless rule.
|
FirewallStatelessRule |
FirewallStatelessRule.withDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports.
|
FirewallStatelessRule |
FirewallStatelessRule.withDestinationPorts(PortRange... destinationPorts)
The destination ports.
|
FirewallStatelessRule |
FirewallStatelessRule.withDestinations(Collection<String> destinations)
The destination IP addresses, in CIDR notation.
|
FirewallStatelessRule |
FirewallStatelessRule.withDestinations(String... destinations)
The destination IP addresses, in CIDR notation.
|
FirewallStatelessRule |
FirewallStatelessRule.withPriority(Integer priority)
The rule priority.
|
FirewallStatelessRule |
FirewallStatelessRule.withProtocols(Collection<Integer> protocols)
The protocols.
|
FirewallStatelessRule |
FirewallStatelessRule.withProtocols(Integer... protocols)
The protocols.
|
FirewallStatelessRule |
FirewallStatelessRule.withRuleAction(String ruleAction)
The rule action.
|
FirewallStatelessRule |
FirewallStatelessRule.withRuleGroupArn(String ruleGroupArn)
The ARN of the stateless rule group.
|
FirewallStatelessRule |
FirewallStatelessRule.withSourcePorts(Collection<PortRange> sourcePorts)
The source ports.
|
FirewallStatelessRule |
FirewallStatelessRule.withSourcePorts(PortRange... sourcePorts)
The source ports.
|
FirewallStatelessRule |
FirewallStatelessRule.withSources(Collection<String> sources)
The source IP addresses, in CIDR notation.
|
FirewallStatelessRule |
FirewallStatelessRule.withSources(String... sources)
The source IP addresses, in CIDR notation.
|
Modifier and Type | Method and Description |
---|---|
void |
Explanation.setFirewallStatelessRule(FirewallStatelessRule firewallStatelessRule)
The Network Firewall stateless rule.
|
void |
PathComponent.setFirewallStatelessRule(FirewallStatelessRule firewallStatelessRule)
The Network Firewall stateless rule.
|
Explanation |
Explanation.withFirewallStatelessRule(FirewallStatelessRule firewallStatelessRule)
The Network Firewall stateless rule.
|
PathComponent |
PathComponent.withFirewallStatelessRule(FirewallStatelessRule firewallStatelessRule)
The Network Firewall stateless rule.
|
Copyright © 2023. All rights reserved.