| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.withManagedByFirewallManager(Boolean managedByFirewallManager)
Indicates whether this web ACL is managed by AWS 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 AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)
The last set of rules for AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)
The first set of rules for AWS 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 © 2020. All rights reserved.