| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteByteMatchSetResponse> |
WafAsyncClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
|
default DeleteByteMatchSetResponse |
WafClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
|
| 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 DeleteByteMatchSetResponse |
WafRegionalClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
|
default CompletableFuture<DeleteByteMatchSetResponse> |
WafRegionalAsyncClient.deleteByteMatchSet(Consumer<DeleteByteMatchSetRequest.Builder> deleteByteMatchSetRequest)
|
Copyright © 2023. All rights reserved.