Uses of Class
software.amazon.awssdk.services.waf.model.ByteMatchSet
-
Packages that use ByteMatchSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ByteMatchSet Modifier and Type Method Description ByteMatchSetCreateByteMatchSetResponse. byteMatchSet()A ByteMatchSet that contains noByteMatchTupleobjects.ByteMatchSetGetByteMatchSetResponse. byteMatchSet()Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type ByteMatchSet Modifier and Type Method Description CreateByteMatchSetResponse.BuilderCreateByteMatchSetResponse.Builder. byteMatchSet(ByteMatchSet byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.GetByteMatchSetResponse.BuilderGetByteMatchSetResponse.Builder. byteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-