Uses of Class
software.amazon.awssdk.services.waf.model.WebACL
-
Packages that use WebACL Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WebACL in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WebACL Modifier and Type Method Description WebACLCreateWebAclResponse. webACL()The WebACL returned in theCreateWebACLresponse.WebACLGetWebAclResponse. webACL()Information about the WebACL that you specified in theGetWebACLrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type WebACL Modifier and Type Method Description CreateWebAclResponse.BuilderCreateWebAclResponse.Builder. webACL(WebACL webACL)The WebACL returned in theCreateWebACLresponse.GetWebAclResponse.BuilderGetWebAclResponse.Builder. webACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.
-