Uses of Class
com.amazonaws.services.waf.model.CreateRuleRequest
-
Packages that use CreateRuleRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateRuleRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type CreateRuleRequest Modifier and Type Method Description CreateRuleResult
AbstractAWSWAF. createRule(CreateRuleRequest request)
CreateRuleResult
AWSWAF. createRule(CreateRuleRequest createRuleRequest)
Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.CreateRuleResult
AWSWAFClient. createRule(CreateRuleRequest createRuleRequest)
Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.Future<CreateRuleResult>
AbstractAWSWAFAsync. createRuleAsync(CreateRuleRequest request)
Future<CreateRuleResult>
AbstractAWSWAFAsync. createRuleAsync(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Future<CreateRuleResult>
AWSWAFAsync. createRuleAsync(CreateRuleRequest createRuleRequest)
Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.Future<CreateRuleResult>
AWSWAFAsync. createRuleAsync(CreateRuleRequest createRuleRequest, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.Future<CreateRuleResult>
AWSWAFAsyncClient. createRuleAsync(CreateRuleRequest request)
Future<CreateRuleResult>
AWSWAFAsyncClient. createRuleAsync(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Method parameters in com.amazonaws.services.waf with type arguments of type CreateRuleRequest Modifier and Type Method Description Future<CreateRuleResult>
AbstractAWSWAFAsync. createRuleAsync(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Future<CreateRuleResult>
AWSWAFAsync. createRuleAsync(CreateRuleRequest createRuleRequest, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.Future<CreateRuleResult>
AWSWAFAsyncClient. createRuleAsync(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
-
Uses of CreateRuleRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateRuleRequest Modifier and Type Method Description CreateRuleRequest
CreateRuleRequest. clone()
CreateRuleRequest
CreateRuleRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.CreateRuleRequest
CreateRuleRequest. withMetricName(String metricName)
A friendly name or description for the metrics for thisRule
.CreateRuleRequest
CreateRuleRequest. withName(String name)
A friendly name or description of the Rule.
-