Uses of Interface
software.amazon.awssdk.services.waf.model.ByteMatchSetUpdate.Builder
-
Packages that use ByteMatchSetUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchSetUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ByteMatchSetUpdate.Builder Modifier and Type Method Description ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. action(String action)Specifies whether to insert or delete a ByteMatchTuple.ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete a ByteMatchTuple.static ByteMatchSetUpdate.BuilderByteMatchSetUpdate. builder()default ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. byteMatchTuple(Consumer<ByteMatchTuple.Builder> byteMatchTuple)Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. byteMatchTuple(ByteMatchTuple byteMatchTuple)Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.ByteMatchSetUpdate.BuilderByteMatchSetUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ByteMatchSetUpdate.Builder Modifier and Type Method Description static Class<? extends ByteMatchSetUpdate.Builder>ByteMatchSetUpdate. serializableBuilderClass()
-