Uses of Class
com.amazonaws.services.waf.model.CreateWebACLResult
Packages that use CreateWebACLResult
-
Uses of CreateWebACLResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateWebACLResultModifier 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.Methods in com.amazonaws.services.waf that return types with arguments of type CreateWebACLResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.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 CreateWebACLResultModifier 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 CreateWebACLResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateWebACLResultModifier and TypeMethodDescriptionCreateWebACLResult.clone()CreateWebACLResult.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateWebACLrequest.CreateWebACLResult.withWebACL(WebACL webACL) The WebACL returned in theCreateWebACLresponse.