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 CreateWebACLResultAbstractAWSWAF. createWebACL(CreateWebACLRequest request)CreateWebACLResultAWSWAF. createWebACL(CreateWebACLRequest createWebACLRequest)Creates aWebACL, which contains theRulesthat identify the CloudFront web requests that you want to allow, block, or count.CreateWebACLResultAWSWAFClient. createWebACL(CreateWebACLRequest createWebACLRequest)Creates aWebACL, which contains theRulesthat 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 theRulesthat 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 theRulesthat 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 theRulesthat 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 CreateWebACLRequestCreateWebACLRequest. clone()CreateWebACLRequestCreateWebACLRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.CreateWebACLRequestCreateWebACLRequest. withDefaultAction(WafAction defaultAction)The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of theRuleobjects that are associated with theWebACL.CreateWebACLRequestCreateWebACLRequest. withMetricName(String metricName)A friendly name or description for the metrics for thisWebACL.CreateWebACLRequestCreateWebACLRequest. withName(String name)A friendly name or description of the WebACL.
-