Uses of Class
com.amazonaws.services.waf.model.WebACLSummary
-
Packages that use WebACLSummary Package Description com.amazonaws.services.waf.model -
-
Uses of WebACLSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WebACLSummary Modifier and Type Method Description WebACLSummary
WebACLSummary. clone()
WebACLSummary
WebACLSummary. withName(String name)
A friendly name or description of the WebACL.WebACLSummary
WebACLSummary. withWebACLId(String webACLId)
A unique identifier for aWebACL
.Methods in com.amazonaws.services.waf.model that return types with arguments of type WebACLSummary Modifier and Type Method Description List<WebACLSummary>
ListWebACLsResult. getWebACLs()
An array of WebACLSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type WebACLSummary Modifier and Type Method Description ListWebACLsResult
ListWebACLsResult. withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type WebACLSummary Modifier and Type Method Description void
ListWebACLsResult. setWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.ListWebACLsResult
ListWebACLsResult. withWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
-