Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
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. |
java.util.concurrent.Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request) |
java.util.concurrent.Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request) |
java.util.concurrent.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. |
java.util.concurrent.Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
java.util.concurrent.Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<CreateWebACLResult> |
AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
java.util.concurrent.Future<CreateWebACLResult> |
AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request,
AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler) |
java.util.concurrent.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(java.lang.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(java.lang.String metricName)
A friendly name or description for the metrics for this
WebACL . |
CreateWebACLRequest |
CreateWebACLRequest.withName(java.lang.String name)
A friendly name or description of the WebACL.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateWebACLRequest> |
CreateWebACLRequestMarshaller.marshall(CreateWebACLRequest createWebACLRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateWebACLRequest> |
CreateWebACLRequestMarshaller.marshall(CreateWebACLRequest createWebACLRequest) |