Uses of Class
com.amazonaws.services.waf.model.WebACLUpdate
Packages that use WebACLUpdate
-
Uses of WebACLUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WebACLUpdateModifier and TypeMethodDescriptionWebACLUpdate.clone()WebACLUpdate.withAction(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.WebACLUpdate.withAction(String action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.WebACLUpdate.withActivatedRule(ActivatedRule activatedRule) Methods in com.amazonaws.services.waf.model that return types with arguments of type WebACLUpdateModifier and TypeMethodDescriptionUpdateWebACLRequest.getUpdates()An array of updates to make to the WebACL.Methods in com.amazonaws.services.waf.model with parameters of type WebACLUpdateModifier and TypeMethodDescriptionUpdateWebACLRequest.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 WebACLUpdateModifier and TypeMethodDescriptionvoidUpdateWebACLRequest.setUpdates(Collection<WebACLUpdate> updates) An array of updates to make to the WebACL.UpdateWebACLRequest.withUpdates(Collection<WebACLUpdate> updates) An array of updates to make to the WebACL.