Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
CreateWebACLResult |
AbstractAWSWAF.createWebACL(CreateWebACLRequest request) |
CreateWebACLResult |
AWSWAFClient.createWebACL(CreateWebACLRequest createWebACLRequest)
Creates a
WebACL , which contains the Rules that
identify the CloudFront web requests that you want to allow, block, or
count. |
CreateWebACLResult |
AWSWAF.createWebACL(CreateWebACLRequest createWebACLRequest)
Creates a
WebACL , which contains the Rules that
identify the CloudFront web requests that you want to allow, block, or
count. |
Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request) |
Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request) |
Future<CreateWebACLResult> |
AWSWAFAsync.createWebACLAsync(CreateWebACLRequest createWebACLRequest)
Creates a
WebACL , which contains the Rules that
identify the CloudFront web requests that you want to allow, block, or
count. |
Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
Future<CreateWebACLResult> |
AWSWAFAsync.createWebACLAsync(CreateWebACLRequest createWebACLRequest,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Creates a
WebACL , which contains the Rules that
identify the CloudFront web requests that you want to allow, block, or
count. |
Modifier and Type | Method and Description |
---|---|
Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
Future<CreateWebACLResult> |
AWSWAFAsync.createWebACLAsync(CreateWebACLRequest createWebACLRequest,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Creates a
WebACL , which contains the Rules that
identify the CloudFront web requests that you want to allow, block, or
count. |
Modifier and Type | Method and Description |
---|---|
CreateWebACLRequest |
CreateWebACLRequest.clone() |
CreateWebACLRequest |
CreateWebACLRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateWebACLRequest |
CreateWebACLRequest.withDefaultAction(WafAction defaultAction)
The action that you want AWS WAF to take when a request doesn't match the
criteria specified in any of the
Rule objects that are
associated with the WebACL . |
CreateWebACLRequest |
CreateWebACLRequest.withMetricName(String metricName)
A friendly name or description for the metrics for this
WebACL . |
CreateWebACLRequest |
CreateWebACLRequest.withName(String name)
A friendly name or description of the WebACL.
|
Copyright © 2015. All rights reserved.