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 WebACLUpdateWebACLUpdate. clone()WebACLUpdateWebACLUpdate. withAction(ChangeAction action)Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.WebACLUpdateWebACLUpdate. withAction(String action)Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.WebACLUpdateWebACLUpdate. 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 UpdateWebACLRequestUpdateWebACLRequest. 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 voidUpdateWebACLRequest. setUpdates(Collection<WebACLUpdate> updates)An array of updates to make to the WebACL.UpdateWebACLRequestUpdateWebACLRequest. withUpdates(Collection<WebACLUpdate> updates)An array of updates to make to the WebACL.
-