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 UpdateByteMatchSetRequestUpdateByteMatchSetRequest. clone()UpdateByteMatchSetRequestUpdateByteMatchSetRequest. withByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdof the ByteMatchSet that you want to update.UpdateByteMatchSetRequestUpdateByteMatchSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateByteMatchSetRequestUpdateByteMatchSetRequest. withUpdates(ByteMatchSetUpdate... updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.UpdateByteMatchSetRequestUpdateByteMatchSetRequest. withUpdates(Collection<ByteMatchSetUpdate> updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.
-