Uses of Class
com.amazonaws.services.waf.model.CreateWebACLRequest
-
Packages that use CreateWebACLRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateWebACLRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type CreateWebACLRequest Modifier and Type Method Description CreateWebACLResult
AbstractAWSWAF. createWebACL(CreateWebACLRequest request)
CreateWebACLResult
AWSWAF. createWebACL(CreateWebACLRequest createWebACLRequest)
Creates aWebACL
, which contains theRules
that identify the CloudFront web requests that you want to allow, block, or count.CreateWebACLResult
AWSWAFClient. createWebACL(CreateWebACLRequest createWebACLRequest)
Creates aWebACL
, which contains theRules
that identify the CloudFront web requests that you want to allow, block, or count.Future<CreateWebACLResult>
AbstractAWSWAFAsync. createWebACLAsync(CreateWebACLRequest request)
Future<CreateWebACLResult>
AbstractAWSWAFAsync. createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Future<CreateWebACLResult>
AWSWAFAsync. createWebACLAsync(CreateWebACLRequest createWebACLRequest)
Creates aWebACL
, which contains theRules
that identify the CloudFront web requests that you want to allow, block, or count.Future<CreateWebACLResult>
AWSWAFAsync. createWebACLAsync(CreateWebACLRequest createWebACLRequest, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Creates aWebACL
, which contains theRules
that identify the CloudFront web requests that you want to allow, block, or count.Future<CreateWebACLResult>
AWSWAFAsyncClient. createWebACLAsync(CreateWebACLRequest request)
Future<CreateWebACLResult>
AWSWAFAsyncClient. createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Method parameters in com.amazonaws.services.waf with type arguments of type CreateWebACLRequest Modifier and Type Method Description Future<CreateWebACLResult>
AbstractAWSWAFAsync. createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Future<CreateWebACLResult>
AWSWAFAsync. createWebACLAsync(CreateWebACLRequest createWebACLRequest, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
Creates aWebACL
, which contains theRules
that identify the CloudFront web requests that you want to allow, block, or count.Future<CreateWebACLResult>
AWSWAFAsyncClient. createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest,CreateWebACLResult> asyncHandler)
-
Uses of CreateWebACLRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateWebACLRequest Modifier and Type Method 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 theRule
objects that are associated with theWebACL
.CreateWebACLRequest
CreateWebACLRequest. withMetricName(String metricName)
A friendly name or description for the metrics for thisWebACL
.CreateWebACLRequest
CreateWebACLRequest. withName(String name)
A friendly name or description of the WebACL.
-