Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private Rule |
GetRuleResult.rule
Information about the Rule that you specified in the
GetRule request. |
private Rule |
CreateRuleResult.rule
The Rule returned in the
CreateRule response. |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
Rule |
GetRuleResult.getRule()
Information about the Rule that you specified in the
GetRule request. |
Rule |
CreateRuleResult.getRule()
The Rule returned in the
CreateRule response. |
Rule |
Rule.withMetricName(java.lang.String metricName) |
Rule |
Rule.withName(java.lang.String name)
The friendly name or description for the
Rule . |
Rule |
Rule.withPredicates(java.util.Collection<Predicate> predicates)
The
Predicates object contains one Predicate
element for each ByteMatchSet, IPSet, or
SqlInjectionMatchSet object that you want to include in a
Rule . |
Rule |
Rule.withPredicates(Predicate... predicates)
The
Predicates object contains one Predicate
element for each ByteMatchSet, IPSet, or
SqlInjectionMatchSet object that you want to include in a
Rule . |
Rule |
Rule.withRuleId(java.lang.String ruleId)
A unique identifier for a
Rule . |
Modifier and Type | Method and Description |
---|---|
void |
GetRuleResult.setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
void |
CreateRuleResult.setRule(Rule rule)
The Rule returned in the
CreateRule response. |
GetRuleResult |
GetRuleResult.withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
CreateRuleResult |
CreateRuleResult.withRule(Rule rule)
The Rule returned in the
CreateRule response. |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RuleJsonMarshaller.marshall(Rule rule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|