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 noByteMatchTupleobjects.GetByteMatchSetResult.getByteMatchSet()Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.ByteMatchSet.withByteMatchSetId(String byteMatchSetId) TheByteMatchSetIdfor 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 TypeMethodDescriptionvoidCreateByteMatchSetResult.setByteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.voidGetByteMatchSetResult.setByteMatchSet(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.CreateByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.GetByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.