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