Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
java.util.concurrent.Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request) |
java.util.concurrent.Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request) |
java.util.concurrent.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. |
java.util.concurrent.Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
java.util.concurrent.Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
java.util.concurrent.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. |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateRuleResult> |
AbstractAWSWAFAsync.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
java.util.concurrent.Future<CreateRuleResult> |
AWSWAFAsyncClient.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
java.util.concurrent.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. |
Modifier and Type | Method and Description |
---|---|
CreateRuleRequest |
CreateRuleRequest.clone() |
CreateRuleRequest |
CreateRuleRequest.withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateRuleRequest |
CreateRuleRequest.withMetricName(java.lang.String metricName)
A friendly name or description for the metrics for this
Rule
. |
CreateRuleRequest |
CreateRuleRequest.withName(java.lang.String name)
A friendly name or description of the Rule.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateRuleRequest> |
CreateRuleRequestMarshaller.marshall(CreateRuleRequest createRuleRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateRuleRequest> |
CreateRuleRequestMarshaller.marshall(CreateRuleRequest createRuleRequest) |