Uses of Class
com.amazonaws.services.waf.model.ByteMatchSet
Packages that use ByteMatchSet
-
Uses of ByteMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSetModifier and TypeMethodDescriptionByteMatchSet.clone()
CreateByteMatchSetResult.getByteMatchSet()
A ByteMatchSet that contains noByteMatchTuple
objects.GetByteMatchSetResult.getByteMatchSet()
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.ByteMatchSet.withByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
for aByteMatchSet
.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.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.A friendly name or description of the ByteMatchSet.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchSetModifier and TypeMethodDescriptionvoid
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.withByteMatchSet
(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTuple
objects.GetByteMatchSetResult.withByteMatchSet
(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.