Uses of Class
software.amazon.awssdk.services.waf.model.WebACLUpdate
-
Packages that use WebACLUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WebACLUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type WebACLUpdate Modifier and Type Method Description List<WebACLUpdate>UpdateWebAclRequest. updates()An array of updates to make to the WebACL.Methods in software.amazon.awssdk.services.waf.model with parameters of type WebACLUpdate Modifier and Type Method Description UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. updates(WebACLUpdate... updates)An array of updates to make to the WebACL.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type WebACLUpdate Modifier and Type Method Description UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. updates(Collection<WebACLUpdate> updates)An array of updates to make to the WebACL.
-