Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RuleSummary> |
ListRulesResult.rules
An array of RuleSummary objects.
|
Modifier and Type | Method and Description |
---|---|
RuleSummary |
RuleSummary.clone() |
RuleSummary |
RuleSummary.withName(java.lang.String name)
A friendly name or description of the Rule.
|
RuleSummary |
RuleSummary.withRuleId(java.lang.String ruleId)
A unique identifier for a
Rule . |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
ListRulesResult |
ListRulesResult.withRules(java.util.Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
Modifier and Type | Method and Description |
---|---|
RuleSummary |
RuleSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RuleSummaryJsonMarshaller.marshall(RuleSummary ruleSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|