| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
WebACL |
WebACL.addCustomResponseBodiesEntry(String key,
CustomResponseBody value)
Add a single CustomResponseBodies entry
|
WebACL |
WebACL.clearCustomResponseBodiesEntries()
Removes all the entries added into CustomResponseBodies.
|
WebACL |
WebACL.clone() |
WebACL |
GetWebACLResult.getWebACL()
The web ACL specification.
|
WebACL |
GetWebACLForResourceResult.getWebACL()
The web ACL that is associated with the resource.
|
WebACL |
WebACL.withARN(String aRN)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
WebACL |
WebACL.withCapacity(Long capacity)
The web ACL capacity units (WCUs) currently being used by this web ACL.
|
WebACL |
WebACL.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
WebACL |
WebACL.withCustomResponseBodies(Map<String,CustomResponseBody> customResponseBodies)
A map of custom response keys and content bodies.
|
WebACL |
WebACL.withDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL |
WebACL.withDescription(String description)
A description of the web ACL that helps with identification.
|
WebACL |
WebACL.withId(String id)
A unique identifier for the
WebACL. |
WebACL |
WebACL.withLabelNamespace(String labelNamespace)
The label namespace prefix for this web ACL.
|
WebACL |
WebACL.withManagedByFirewallManager(Boolean managedByFirewallManager)
Indicates whether this web ACL is managed by Firewall Manager.
|
WebACL |
WebACL.withName(String name)
The name of the web ACL.
|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withRules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
WebACL |
WebACL.withRules(Rule... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
WebACL |
WebACL.withVisibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetWebACLResult.setWebACL(WebACL webACL)
The web ACL specification.
|
void |
GetWebACLForResourceResult.setWebACL(WebACL webACL)
The web ACL that is associated with the resource.
|
GetWebACLResult |
GetWebACLResult.withWebACL(WebACL webACL)
The web ACL specification.
|
GetWebACLForResourceResult |
GetWebACLForResourceResult.withWebACL(WebACL webACL)
The web ACL that is associated with the resource.
|
Copyright © 2022. All rights reserved.