Uses of Class
software.amazon.awssdk.services.wafv2.model.WebACLSummary
-
Packages that use WebACLSummary Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of WebACLSummary in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return WebACLSummary Modifier and Type Method Description WebACLSummaryCreateWebAclResponse. summary()High-level information about a WebACL, returned by operations like create and list.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type WebACLSummary Modifier and Type Method Description List<WebACLSummary>ListWebAcLsResponse. webACLs()Array of web ACLs.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type WebACLSummary Modifier and Type Method Description CreateWebAclResponse.BuilderCreateWebAclResponse.Builder. summary(WebACLSummary summary)High-level information about a WebACL, returned by operations like create and list.ListWebAcLsResponse.BuilderListWebAcLsResponse.Builder. webACLs(WebACLSummary... webACLs)Array of web ACLs.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type WebACLSummary Modifier and Type Method Description ListWebAcLsResponse.BuilderListWebAcLsResponse.Builder. webACLs(Collection<WebACLSummary> webACLs)Array of web ACLs.
-