| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupMetadata |
RuleGroupMetadata.clone() |
RuleGroupMetadata |
RuleGroupMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the rule group.
|
RuleGroupMetadata |
RuleGroupMetadata.withName(String name)
The descriptive name of the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupMetadata> |
ListRuleGroupsResult.getRuleGroups()
The rule group metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(RuleGroupMetadata... ruleGroups)
The rule group metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleGroupsResult.setRuleGroups(Collection<RuleGroupMetadata> ruleGroups)
The rule group metadata objects that you've defined.
|
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(Collection<RuleGroupMetadata> ruleGroups)
The rule group metadata objects that you've defined.
|
Copyright © 2021. All rights reserved.