| 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 DeleteByteMatchSetResponse |
WafClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
Permanently deletes a ByteMatchSet.
|
default CompletableFuture<DeleteByteMatchSetResponse> |
WafAsyncClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
Permanently deletes a ByteMatchSet.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.builder() |
DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.Builder.byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to delete. |
DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteByteMatchSetRequest.Builder |
DeleteByteMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteByteMatchSetRequest.Builder> |
DeleteByteMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteByteMatchSetResponse> |
WafRegionalAsyncClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
Permanently deletes a ByteMatchSet.
|
default DeleteByteMatchSetResponse |
WafRegionalClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
Permanently deletes a ByteMatchSet.
|
Copyright © 2019. All rights reserved.