Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
CreateRuleResult |
AWSWAF.createRule(CreateRuleRequest createRuleRequest)
Creates a
Rule , which contains the IPSet
objects, ByteMatchSet objects, and other predicates that
identify the requests that you want to block. |
CreateRuleResult |
AbstractAWSWAF.createRule(CreateRuleRequest request) |
CreateRuleResult |
AWSWAFClient.createRule(CreateRuleRequest createRuleRequest)
Creates a
Rule , which contains the IPSet
objects, ByteMatchSet objects, and other predicates that
identify the requests that you want to block. |
Modifier and Type | Method and Description |
---|---|
Future<CreateRuleResult> |
AWSWAFAsync.createRuleAsync(CreateRuleRequest createRuleRequest)
Creates a
Rule , which contains the IPSet
objects, ByteMatchSet objects, and other predicates that
identify the requests that you want to block. |
Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request) |
Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request) |
Future<CreateRuleResult> |
AWSWAFAsync.createRuleAsync(CreateRuleRequest createRuleRequest,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a
Rule , which contains the IPSet
objects, ByteMatchSet objects, and other predicates that
identify the requests that you want to block. |
Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateRuleResult> |
AWSWAFAsync.createRuleAsync(CreateRuleRequest createRuleRequest,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a
Rule , which contains the IPSet
objects, ByteMatchSet objects, and other predicates that
identify the requests that you want to block. |
Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateRuleResult |
CreateRuleResult.clone() |
CreateRuleResult |
CreateRuleResult.withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateRule request. |
CreateRuleResult |
CreateRuleResult.withRule(Rule rule)
The Rule returned in the
CreateRule response. |
Copyright © 2018. All rights reserved.