| 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 GetByteMatchSetResponse |
WafClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
Returns the ByteMatchSet specified by
ByteMatchSetId. |
default CompletableFuture<GetByteMatchSetResponse> |
WafAsyncClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
Returns the ByteMatchSet specified by
ByteMatchSetId. |
| Modifier and Type | Method and Description |
|---|---|
static GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.builder() |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to get. |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetByteMatchSetRequest.Builder> |
GetByteMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetByteMatchSetResponse> |
WafRegionalAsyncClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
Returns the ByteMatchSet specified by
ByteMatchSetId. |
default GetByteMatchSetResponse |
WafRegionalClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
Returns the ByteMatchSet specified by
ByteMatchSetId. |
Copyright © 2019. All rights reserved.