Uses of Class
com.amazonaws.services.waf.model.UpdateByteMatchSetRequest
-
Packages that use UpdateByteMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateByteMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type UpdateByteMatchSetRequest Modifier and Type Method 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)
-
Uses of UpdateByteMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateByteMatchSetRequest Modifier and Type Method Description UpdateByteMatchSetRequest
UpdateByteMatchSetRequest. clone()
UpdateByteMatchSetRequest
UpdateByteMatchSetRequest. withByteMatchSetId(String byteMatchSetId)
TheByteMatchSetId
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 ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.UpdateByteMatchSetRequest
UpdateByteMatchSetRequest. withUpdates(Collection<ByteMatchSetUpdate> updates)
An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.
-