Uses of Class
com.amazonaws.services.waf.model.CreateWebACLResult
-
Packages that use CreateWebACLResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateWebACLResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateWebACLResult 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.Methods in com.amazonaws.services.waf that return types with arguments of type CreateWebACLResult Modifier and Type Method Description 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 CreateWebACLResult 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 CreateWebACLResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateWebACLResult Modifier and Type Method Description CreateWebACLResult
CreateWebACLResult. clone()
CreateWebACLResult
CreateWebACLResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theCreateWebACL
request.CreateWebACLResult
CreateWebACLResult. withWebACL(WebACL webACL)
The WebACL returned in theCreateWebACL
response.
-