| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
This is the AWS WAF API Reference for using AWS WAF with Amazon CloudFront.
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
This is the AWS WAF Regional API Reference for using AWS WAF with Elastic Load Balancing (ELB) Application
Load Balancers.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRuleResponse |
WafClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a
Rule, which contains the IPSet objects, ByteMatchSet objects,
and other predicates that identify the requests that you want to block. |
default CompletableFuture<CreateRuleResponse> |
WafAsyncClient.createRule(Consumer<CreateRuleRequest.Builder> 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 |
|---|---|
static CreateRuleRequest.Builder |
CreateRuleRequest.builder() |
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.metricName(String metricName)
A friendly name or description for the metrics for this
Rule. |
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.name(String name)
A friendly name or description of the Rule.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRuleRequest.Builder |
CreateRuleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateRuleRequest.Builder> |
CreateRuleRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateRuleResponse> |
WafRegionalAsyncClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a
Rule, which contains the IPSet objects, ByteMatchSet objects,
and other predicates that identify the requests that you want to block. |
default CreateRuleResponse |
WafRegionalClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a
Rule, which contains the IPSet objects, ByteMatchSet objects,
and other predicates that identify the requests that you want to block. |
Copyright © 2019. All rights reserved.