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 ByteMatchSet
ByteMatchSet. clone()
ByteMatchSet
CreateByteMatchSetResult. getByteMatchSet()
A ByteMatchSet that contains noByteMatchTuple
objects.ByteMatchSet
GetByteMatchSetResult. getByteMatchSet()
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.ByteMatchSet
ByteMatchSet. withByteMatchSetId(String byteMatchSetId)
TheByteMatchSetId
for aByteMatchSet
.ByteMatchSet
ByteMatchSet. 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.ByteMatchSet
ByteMatchSet. 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.ByteMatchSet
ByteMatchSet. 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 void
CreateByteMatchSetResult. setByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains noByteMatchTuple
objects.void
GetByteMatchSetResult. setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.CreateByteMatchSetResult
CreateByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains noByteMatchTuple
objects.GetByteMatchSetResult
GetByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.
-