Uses of Class
software.amazon.awssdk.services.waf.model.WebACLSummary
-
Packages that use WebACLSummary Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WebACLSummary in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WebACLSummary Modifier and Type Method Description WebACLSummaryGetWebAclForResourceResponse. webACLSummary()Information about the web ACL that you specified in theGetWebACLForResourcerequest.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type WebACLSummary Modifier and Type Method Description List<WebACLSummary>ListWebAcLsResponse. webACLs()An array of WebACLSummary objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type WebACLSummary Modifier and Type Method Description ListWebAcLsResponse.BuilderListWebAcLsResponse.Builder. webACLs(WebACLSummary... webACLs)An array of WebACLSummary objects.GetWebAclForResourceResponse.BuilderGetWebAclForResourceResponse.Builder. webACLSummary(WebACLSummary webACLSummary)Information about the web ACL that you specified in theGetWebACLForResourcerequest.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type WebACLSummary Modifier and Type Method Description ListWebAcLsResponse.BuilderListWebAcLsResponse.Builder. webACLs(Collection<WebACLSummary> webACLs)An array of WebACLSummary objects.
-