| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatelessRuleGroupReference |
StatelessRuleGroupReference.clone() |
StatelessRuleGroupReference |
StatelessRuleGroupReference.withPriority(Integer priority)
An integer setting that indicates the order in which to run the stateless rule groups in a single
FirewallPolicy.
|
StatelessRuleGroupReference |
StatelessRuleGroupReference.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatelessRuleGroupReference> |
FirewallPolicy.getStatelessRuleGroupReferences()
References to the stateless rule groups that are used in the policy.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicy |
FirewallPolicy.withStatelessRuleGroupReferences(StatelessRuleGroupReference... statelessRuleGroupReferences)
References to the stateless rule groups that are used in the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallPolicy.setStatelessRuleGroupReferences(Collection<StatelessRuleGroupReference> statelessRuleGroupReferences)
References to the stateless rule groups that are used in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessRuleGroupReferences(Collection<StatelessRuleGroupReference> statelessRuleGroupReferences)
References to the stateless rule groups that are used in the policy.
|
Copyright © 2021. All rights reserved.