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 WebACLSummaryWebACLSummary. clone()WebACLSummaryWebACLSummary. withName(String name)A friendly name or description of the WebACL.WebACLSummaryWebACLSummary. 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 ListWebACLsResultListWebACLsResult. 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 voidListWebACLsResult. setWebACLs(Collection<WebACLSummary> webACLs)An array of WebACLSummary objects.ListWebACLsResultListWebACLsResult. withWebACLs(Collection<WebACLSummary> webACLs)An array of WebACLSummary objects.
-