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. |
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 |
---|---|
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 this
Rule
. |
CreateRuleRequest |
CreateRuleRequest.withName(String name)
A friendly name or description of the Rule.
|
Copyright © 2018. All rights reserved.