Uses of Class
com.amazonaws.services.waf.model.WebACLUpdate
-
Packages that use WebACLUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of WebACLUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WebACLUpdate Modifier and Type Method Description WebACLUpdate
WebACLUpdate. clone()
WebACLUpdate
WebACLUpdate. withAction(ChangeAction action)
Specifies whether to insert aRule
into or delete aRule
from aWebACL
.WebACLUpdate
WebACLUpdate. withAction(String action)
Specifies whether to insert aRule
into or delete aRule
from aWebACL
.WebACLUpdate
WebACLUpdate. withActivatedRule(ActivatedRule activatedRule)
Methods in com.amazonaws.services.waf.model that return types with arguments of type WebACLUpdate Modifier and Type Method Description List<WebACLUpdate>
UpdateWebACLRequest. getUpdates()
An array of updates to make to the WebACL.Methods in com.amazonaws.services.waf.model with parameters of type WebACLUpdate Modifier and Type Method Description UpdateWebACLRequest
UpdateWebACLRequest. withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.Method parameters in com.amazonaws.services.waf.model with type arguments of type WebACLUpdate Modifier and Type Method Description void
UpdateWebACLRequest. setUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.UpdateWebACLRequest
UpdateWebACLRequest. withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
-