Uses of Class
com.amazonaws.services.waf.model.ByteMatchSetUpdate
-
Packages that use ByteMatchSetUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of ByteMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSetUpdate Modifier and Type Method Description ByteMatchSetUpdate
ByteMatchSetUpdate. clone()
ByteMatchSetUpdate
ByteMatchSetUpdate. withAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdate
ByteMatchSetUpdate. withAction(String action)
Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdate
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 ByteMatchSetUpdate Modifier and Type Method Description List<ByteMatchSetUpdate>
UpdateByteMatchSetRequest. 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 ByteMatchSetUpdate Modifier and Type Method Description UpdateByteMatchSetRequest
UpdateByteMatchSetRequest. 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 ByteMatchSetUpdate Modifier and Type Method Description void
UpdateByteMatchSetRequest. setUpdates(Collection<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.
-