Uses of Class
com.amazonaws.services.waf.model.CreateRuleResult
Packages that use CreateRuleResult
-
Uses of CreateRuleResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateRuleResultModifier and TypeMethodDescriptionAbstractAWSWAF.createRule
(CreateRuleRequest request) AWSWAF.createRule
(CreateRuleRequest createRuleRequest) Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.AWSWAFClient.createRule
(CreateRuleRequest createRuleRequest) Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, 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 CreateRuleResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createRuleAsync
(CreateRuleRequest request) AbstractAWSWAFAsync.createRuleAsync
(CreateRuleRequest request, AsyncHandler<CreateRuleRequest, CreateRuleResult> asyncHandler) AWSWAFAsync.createRuleAsync
(CreateRuleRequest createRuleRequest) Creates aRule
, which contains theIPSet
objects,ByteMatchSet
objects, and other predicates that identify the requests that you want to block.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.AWSWAFAsyncClient.createRuleAsync
(CreateRuleRequest request) AWSWAFAsyncClient.createRuleAsync
(CreateRuleRequest request, AsyncHandler<CreateRuleRequest, CreateRuleResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateRuleResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createRuleAsync
(CreateRuleRequest request, AsyncHandler<CreateRuleRequest, CreateRuleResult> asyncHandler) 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.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 CreateRuleResultModifier and TypeMethodDescriptionCreateRuleResult.clone()
CreateRuleResult.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateRule
request.The Rule returned in theCreateRule
response.