Uses of Class
com.amazonaws.services.waf.model.ByteMatchSetUpdate
Packages that use ByteMatchSetUpdate
-
Uses of ByteMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSetUpdateModifier and TypeMethodDescriptionByteMatchSetUpdate.clone()
ByteMatchSetUpdate.withAction
(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdate.withAction
(String action) Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdate.withByteMatchTuple
(ByteMatchTuple byteMatchTuple) Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.Methods in com.amazonaws.services.waf.model that return types with arguments of type ByteMatchSetUpdateModifier and TypeMethodDescriptionUpdateByteMatchSetRequest.getUpdates()
An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchSetUpdateModifier and TypeMethodDescriptionUpdateByteMatchSetRequest.withUpdates
(ByteMatchSetUpdate... updates) An array ofByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet.Method parameters in com.amazonaws.services.waf.model with type arguments of type ByteMatchSetUpdateModifier and TypeMethodDescriptionvoid
UpdateByteMatchSetRequest.setUpdates
(Collection<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.