| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF API Reference.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateByteMatchSetResult> |
AbstractAWSWAFAsync.updateByteMatchSetAsync(UpdateByteMatchSetRequest request,
AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler) |
Future<UpdateByteMatchSetResult> |
AWSWAFAsync.updateByteMatchSetAsync(UpdateByteMatchSetRequest updateByteMatchSetRequest,
AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler)
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.
|
Future<UpdateByteMatchSetResult> |
AWSWAFAsyncClient.updateByteMatchSetAsync(UpdateByteMatchSetRequest request,
AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.clone() |
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to update. |
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
Copyright © 2016. All rights reserved.