Uses of Class
com.amazonaws.services.waf.model.ByteMatchSet
-
Packages that use ByteMatchSet Package Description com.amazonaws.services.waf.model -
-
Uses of ByteMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSet Modifier and Type Method Description ByteMatchSetByteMatchSet. clone()ByteMatchSetCreateByteMatchSetResult. getByteMatchSet()A ByteMatchSet that contains noByteMatchTupleobjects.ByteMatchSetGetByteMatchSetResult. getByteMatchSet()Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.ByteMatchSetByteMatchSet. withByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSetByteMatchSet. withByteMatchTuples(ByteMatchTuple... byteMatchTuples)Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.ByteMatchSetByteMatchSet. withByteMatchTuples(Collection<ByteMatchTuple> byteMatchTuples)Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.ByteMatchSetByteMatchSet. withName(String name)A friendly name or description of the ByteMatchSet.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchSet Modifier and Type Method Description voidCreateByteMatchSetResult. setByteMatchSet(ByteMatchSet byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.voidGetByteMatchSetResult. setByteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.CreateByteMatchSetResultCreateByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.GetByteMatchSetResultGetByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-