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 aRule
into or delete aRule
from aWebACL
.WebACLUpdate.withAction
(String action) Specifies whether to insert aRule
into or delete aRule
from 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 TypeMethodDescriptionvoid
UpdateWebACLRequest.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.