Uses of Class
com.amazonaws.services.waf.model.CreateRuleResult
-
Packages that use CreateRuleResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateRuleResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateRuleResult Modifier and Type Method Description CreateRuleResultAbstractAWSWAF. createRule(CreateRuleRequest request)CreateRuleResultAWSWAF. createRule(CreateRuleRequest createRuleRequest)Creates aRule, which contains theIPSetobjects,ByteMatchSetobjects, and other predicates that identify the requests that you want to block.CreateRuleResultAWSWAFClient. createRule(CreateRuleRequest createRuleRequest)Creates aRule, which contains theIPSetobjects,ByteMatchSetobjects, and other predicates that identify the requests that you want to block.Methods in com.amazonaws.services.waf that return types with arguments of type CreateRuleResult Modifier and Type Method Description 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 theIPSetobjects,ByteMatchSetobjects, 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 theIPSetobjects,ByteMatchSetobjects, 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 CreateRuleResult 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 theIPSetobjects,ByteMatchSetobjects, and other predicates that identify the requests that you want to block.Future<CreateRuleResult>AWSWAFAsyncClient. createRuleAsync(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) -
Uses of CreateRuleResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateRuleResult Modifier and Type Method Description CreateRuleResultCreateRuleResult. clone()CreateRuleResultCreateRuleResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateRulerequest.CreateRuleResultCreateRuleResult. withRule(Rule rule)The Rule returned in theCreateRuleresponse.
-