| 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 UpdateByteMatchSetResponse |
WafClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.
|
default CompletableFuture<UpdateByteMatchSetResponse> |
WafAsyncClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.builder() |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to update. |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.toBuilder() |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.updates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.updates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.updates(Consumer<ByteMatchSetUpdate.Builder>... updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateByteMatchSetRequest.Builder> |
UpdateByteMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateByteMatchSetResponse> |
WafRegionalAsyncClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.
|
default UpdateByteMatchSetResponse |
WafRegionalClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.
|
Copyright © 2019. All rights reserved.