| 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 GetRuleGroupResponse |
WafClient.getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)
Returns the RuleGroup that is specified by the
RuleGroupId that you included in the
GetRuleGroup request. |
default CompletableFuture<GetRuleGroupResponse> |
WafAsyncClient.getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)
Returns the RuleGroup that is specified by the
RuleGroupId that you included in the
GetRuleGroup request. |
| Modifier and Type | Method and Description |
|---|---|
static GetRuleGroupRequest.Builder |
GetRuleGroupRequest.builder() |
GetRuleGroupRequest.Builder |
GetRuleGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRuleGroupRequest.Builder |
GetRuleGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRuleGroupRequest.Builder |
GetRuleGroupRequest.Builder.ruleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to get. |
GetRuleGroupRequest.Builder |
GetRuleGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRuleGroupRequest.Builder> |
GetRuleGroupRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRuleGroupResponse> |
WafRegionalAsyncClient.getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)
Returns the RuleGroup that is specified by the
RuleGroupId that you included in the
GetRuleGroup request. |
default GetRuleGroupResponse |
WafRegionalClient.getRuleGroup(Consumer<GetRuleGroupRequest.Builder> getRuleGroupRequest)
Returns the RuleGroup that is specified by the
RuleGroupId that you included in the
GetRuleGroup request. |
Copyright © 2019. All rights reserved.