Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private WebACL |
GetWebACLResult.webACL
Information about the WebACL that you specified in the
GetWebACL request. |
private WebACL |
CreateWebACLResult.webACL
The WebACL returned in the
CreateWebACL response. |
Modifier and Type | Method and Description |
---|---|
WebACL |
WebACL.clone() |
WebACL |
GetWebACLResult.getWebACL()
Information about the WebACL that you specified in the
GetWebACL request. |
WebACL |
CreateWebACLResult.getWebACL()
The WebACL returned in the
CreateWebACL response. |
WebACL |
WebACL.withDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the
WebACL match. |
WebACL |
WebACL.withMetricName(java.lang.String metricName) |
WebACL |
WebACL.withName(java.lang.String name)
A friendly name or description of the
WebACL . |
WebACL |
WebACL.withRules(ActivatedRule... rules)
An array that contains the action for each
Rule in a
WebACL , the priority of the Rule , and the ID of
the Rule . |
WebACL |
WebACL.withRules(java.util.Collection<ActivatedRule> rules)
An array that contains the action for each
Rule in a
WebACL , the priority of the Rule , and the ID of
the Rule . |
WebACL |
WebACL.withWebACLId(java.lang.String webACLId)
A unique identifier for a
WebACL . |
Modifier and Type | Method and Description |
---|---|
void |
GetWebACLResult.setWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
void |
CreateWebACLResult.setWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
GetWebACLResult |
GetWebACLResult.withWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
CreateWebACLResult |
CreateWebACLResult.withWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
Modifier and Type | Method and Description |
---|---|
WebACL |
WebACLJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WebACLJsonMarshaller.marshall(WebACL webACL,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|