| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RuleSummary |
RuleSummary.clone() |
RuleSummary |
RuleSummary.withName(String name)
A friendly name or description of the Rule.
|
RuleSummary |
RuleSummary.withRuleId(String ruleId)
A unique identifier for a
Rule. |
| Modifier and Type | Method and Description |
|---|---|
List<RuleSummary> |
ListRulesResult.getRules()
An array of RuleSummary objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withRules(RuleSummary... rules)
An array of RuleSummary objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
ListRulesResult |
ListRulesResult.withRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
Copyright © 2016. All rights reserved.