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 ByteMatchSetUpdateByteMatchSetUpdate. clone()ByteMatchSetUpdateByteMatchSetUpdate. withAction(ChangeAction action)Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdateByteMatchSetUpdate. withAction(String action)Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdateByteMatchSetUpdate. 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 ofByteMatchSetUpdateobjects 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 UpdateByteMatchSetRequestUpdateByteMatchSetRequest. withUpdates(ByteMatchSetUpdate... updates)An array ofByteMatchSetUpdateobjects 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 voidUpdateByteMatchSetRequest. setUpdates(Collection<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.
-