Uses of Class
com.amazonaws.services.waf.model.UpdateByteMatchSetRequest
Packages that use UpdateByteMatchSetRequest
-
Uses of UpdateByteMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type UpdateByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.updateByteMatchSet
(UpdateByteMatchSetRequest request) AWSWAF.updateByteMatchSet
(UpdateByteMatchSetRequest updateByteMatchSetRequest) Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.AWSWAFClient.updateByteMatchSet
(UpdateByteMatchSetRequest updateByteMatchSetRequest) Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.AbstractAWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest request) AbstractAWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest request, AsyncHandler<UpdateByteMatchSetRequest, UpdateByteMatchSetResult> asyncHandler) AWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest updateByteMatchSetRequest) Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.AWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest updateByteMatchSetRequest, AsyncHandler<UpdateByteMatchSetRequest, UpdateByteMatchSetResult> asyncHandler) Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.AWSWAFAsyncClient.updateByteMatchSetAsync
(UpdateByteMatchSetRequest request) AWSWAFAsyncClient.updateByteMatchSetAsync
(UpdateByteMatchSetRequest request, AsyncHandler<UpdateByteMatchSetRequest, UpdateByteMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type UpdateByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest request, AsyncHandler<UpdateByteMatchSetRequest, UpdateByteMatchSetResult> asyncHandler) AWSWAFAsync.updateByteMatchSetAsync
(UpdateByteMatchSetRequest updateByteMatchSetRequest, AsyncHandler<UpdateByteMatchSetRequest, UpdateByteMatchSetResult> asyncHandler) Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.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 UpdateByteMatchSetRequestModifier and TypeMethodDescriptionUpdateByteMatchSetRequest.clone()
UpdateByteMatchSetRequest.withByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
of the ByteMatchSet that you want to update.UpdateByteMatchSetRequest.withChangeToken
(String changeToken) The value returned by the most recent call to GetChangeToken.UpdateByteMatchSetRequest.withUpdates
(ByteMatchSetUpdate... updates) An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.UpdateByteMatchSetRequest.withUpdates
(Collection<ByteMatchSetUpdate> updates) An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.