Uses of Class
software.amazon.awssdk.services.waf.model.ByteMatchSetUpdate
-
Packages that use ByteMatchSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ByteMatchSetUpdate Modifier and Type Method Description List<ByteMatchSetUpdate>UpdateByteMatchSetRequest. updates()An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type ByteMatchSetUpdate Modifier and Type Method Description UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. updates(ByteMatchSetUpdate... updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type ByteMatchSetUpdate Modifier and Type Method Description UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. updates(Collection<ByteMatchSetUpdate> updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.
-