| 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 friendly description of the Web ACL.
|
WebACL |
WebACL.withId(String id)
A unique identifier for the
WebACL. |
WebACL |
WebACL.withName(String name)
A friendly name of 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.