| 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 GetSqlInjectionMatchSetResponse |
WafClient.getSqlInjectionMatchSet(Consumer<GetSqlInjectionMatchSetRequest.Builder> getSqlInjectionMatchSetRequest)
Returns the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId. |
default CompletableFuture<GetSqlInjectionMatchSetResponse> |
WafAsyncClient.getSqlInjectionMatchSet(Consumer<GetSqlInjectionMatchSetRequest.Builder> getSqlInjectionMatchSetRequest)
Returns the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetSqlInjectionMatchSetRequest.Builder |
GetSqlInjectionMatchSetRequest.builder() |
GetSqlInjectionMatchSetRequest.Builder |
GetSqlInjectionMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSqlInjectionMatchSetRequest.Builder |
GetSqlInjectionMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSqlInjectionMatchSetRequest.Builder |
GetSqlInjectionMatchSetRequest.Builder.sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. |
GetSqlInjectionMatchSetRequest.Builder |
GetSqlInjectionMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSqlInjectionMatchSetRequest.Builder> |
GetSqlInjectionMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSqlInjectionMatchSetResponse> |
WafRegionalAsyncClient.getSqlInjectionMatchSet(Consumer<GetSqlInjectionMatchSetRequest.Builder> getSqlInjectionMatchSetRequest)
Returns the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId. |
default GetSqlInjectionMatchSetResponse |
WafRegionalClient.getSqlInjectionMatchSet(Consumer<GetSqlInjectionMatchSetRequest.Builder> getSqlInjectionMatchSetRequest)
Returns the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId. |
Copyright © 2019. All rights reserved.