Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private WafAction |
ActivatedRule.action
Specifies the action that CloudFront or AWS WAF takes when a web request
matches the conditions in the
Rule . |
private WafAction |
WebACL.defaultAction
The action to perform if none of the
Rules contained in the
WebACL match. |
private WafAction |
UpdateWebACLRequest.defaultAction |
private WafAction |
CreateWebACLRequest.defaultAction
The action that you want AWS WAF to take when a request doesn't match the
criteria specified in any of the
Rule objects that are
associated with the WebACL . |
Modifier and Type | Method and Description |
---|---|
WafAction |
WafAction.clone() |
WafAction |
ActivatedRule.getAction()
Specifies the action that CloudFront or AWS WAF takes when a web request
matches the conditions in the
Rule . |
WafAction |
WebACL.getDefaultAction()
The action to perform if none of the
Rules contained in the
WebACL match. |
WafAction |
UpdateWebACLRequest.getDefaultAction() |
WafAction |
CreateWebACLRequest.getDefaultAction()
The action that you want AWS WAF to take when a request doesn't match the
criteria specified in any of the
Rule objects that are
associated with the WebACL . |
WafAction |
WafAction.withType(java.lang.String type)
Specifies how you want AWS WAF to respond to requests that match the
settings in a
Rule . |
WafAction |
WafAction.withType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the
settings in a
Rule . |
Modifier and Type | Method and Description |
---|---|
void |
ActivatedRule.setAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request
matches the conditions in the
Rule . |
void |
WebACL.setDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the
WebACL match. |
void |
UpdateWebACLRequest.setDefaultAction(WafAction defaultAction) |
void |
CreateWebACLRequest.setDefaultAction(WafAction defaultAction)
The action that you want AWS WAF to take when a request doesn't match the
criteria specified in any of the
Rule objects that are
associated with the WebACL . |
ActivatedRule |
ActivatedRule.withAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request
matches the conditions in the
Rule . |
WebACL |
WebACL.withDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the
WebACL match. |
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(WafAction defaultAction) |
CreateWebACLRequest |
CreateWebACLRequest.withDefaultAction(WafAction defaultAction)
The action that you want AWS WAF to take when a request doesn't match the
criteria specified in any of the
Rule objects that are
associated with the WebACL . |
Modifier and Type | Method and Description |
---|---|
WafAction |
WafActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WafActionJsonMarshaller.marshall(WafAction wafAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|