Uses of Class
com.amazonaws.services.waf.model.CreateWebACLRequest
Packages that use CreateWebACLRequest
-
Uses of CreateWebACLRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type CreateWebACLRequestModifier and TypeMethodDescriptionAbstractAWSWAF.createWebACL(CreateWebACLRequest request) AWSWAF.createWebACL(CreateWebACLRequest createWebACLRequest) Creates aWebACL, which contains theRulesthat identify the CloudFront web requests that you want to allow, block, or count.AWSWAFClient.createWebACL(CreateWebACLRequest createWebACLRequest) Creates aWebACL, which contains theRulesthat identify the CloudFront web requests that you want to allow, block, or count.AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request) AbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest, CreateWebACLResult> asyncHandler) AWSWAFAsync.createWebACLAsync(CreateWebACLRequest createWebACLRequest) Creates aWebACL, which contains theRulesthat identify the CloudFront web requests that you want to allow, block, or count.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.AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request) AWSWAFAsyncClient.createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest, CreateWebACLResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateWebACLRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createWebACLAsync(CreateWebACLRequest request, AsyncHandler<CreateWebACLRequest, CreateWebACLResult> asyncHandler) 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.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 CreateWebACLRequestModifier and TypeMethodDescriptionCreateWebACLRequest.clone()CreateWebACLRequest.withChangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.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 theRuleobjects that are associated with theWebACL.CreateWebACLRequest.withMetricName(String metricName) A friendly name or description for the metrics for thisWebACL.A friendly name or description of the WebACL.