| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSummary |
RuleGroupSummary.clone() |
RuleGroupSummary |
CreateRuleGroupResult.getSummary()
High-level information about a RuleGroup, returned by operations like create and list.
|
RuleGroupSummary |
RuleGroupSummary.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroupSummary |
RuleGroupSummary.withDescription(String description)
A description of the rule group that helps with identification.
|
RuleGroupSummary |
RuleGroupSummary.withId(String id)
A unique identifier for the rule group.
|
RuleGroupSummary |
RuleGroupSummary.withLockToken(String lockToken)
A token used for optimistic locking.
|
RuleGroupSummary |
RuleGroupSummary.withName(String name)
The name of the data type instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupSummary> |
ListRuleGroupsResult.getRuleGroups()
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRuleGroupResult.setSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(RuleGroupSummary... ruleGroups)
|
CreateRuleGroupResult |
CreateRuleGroupResult.withSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleGroupsResult.setRuleGroups(Collection<RuleGroupSummary> ruleGroups)
|
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(Collection<RuleGroupSummary> ruleGroups)
|
Copyright © 2022. All rights reserved.