| 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<UpdateByteMatchSetResponse> |
WafAsyncClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
|
default UpdateByteMatchSetResponse |
WafClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
|
| 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 UpdateByteMatchSetResponse |
WafRegionalClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
|
default CompletableFuture<UpdateByteMatchSetResponse> |
WafRegionalAsyncClient.updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
|
Copyright © 2023. All rights reserved.