| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRuleGroupResult> |
AbstractAWSWAFV2Async.createRuleGroupAsync(CreateRuleGroupRequest request,
AsyncHandler<CreateRuleGroupRequest,CreateRuleGroupResult> asyncHandler) |
Future<CreateRuleGroupResult> |
AWSWAFV2Async.createRuleGroupAsync(CreateRuleGroupRequest createRuleGroupRequest,
AsyncHandler<CreateRuleGroupRequest,CreateRuleGroupResult> asyncHandler)
|
Future<CreateRuleGroupResult> |
AWSWAFV2AsyncClient.createRuleGroupAsync(CreateRuleGroupRequest request,
AsyncHandler<CreateRuleGroupRequest,CreateRuleGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRuleGroupRequest |
CreateRuleGroupRequest.clone() |
CreateRuleGroupRequest |
CreateRuleGroupRequest.withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withDescription(String description)
A description of the rule group that helps with identification.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withName(String name)
The name of the rule group.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withRules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withRules(Rule... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateRuleGroupRequest |
CreateRuleGroupRequest.withVisibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
Copyright © 2021. All rights reserved.