| 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 GetXssMatchSetResponse |
WafClient.getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)
Returns the XssMatchSet that is specified by
XssMatchSetId. |
default CompletableFuture<GetXssMatchSetResponse> |
WafAsyncClient.getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)
Returns the XssMatchSet that is specified by
XssMatchSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetXssMatchSetRequest.Builder |
GetXssMatchSetRequest.builder() |
GetXssMatchSetRequest.Builder |
GetXssMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetXssMatchSetRequest.Builder |
GetXssMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetXssMatchSetRequest.Builder |
GetXssMatchSetRequest.toBuilder() |
GetXssMatchSetRequest.Builder |
GetXssMatchSetRequest.Builder.xssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to get. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetXssMatchSetRequest.Builder> |
GetXssMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetXssMatchSetResponse> |
WafRegionalAsyncClient.getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)
Returns the XssMatchSet that is specified by
XssMatchSetId. |
default GetXssMatchSetResponse |
WafRegionalClient.getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)
Returns the XssMatchSet that is specified by
XssMatchSetId. |
Copyright © 2019. All rights reserved.