Uses of Class
com.amazonaws.services.waf.model.UpdateXssMatchSetRequest
-
Packages that use UpdateXssMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateXssMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type UpdateXssMatchSetRequest Modifier and Type Method Description Future<UpdateXssMatchSetResult>
AbstractAWSWAFAsync. updateXssMatchSetAsync(UpdateXssMatchSetRequest request, AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler)
Future<UpdateXssMatchSetResult>
AWSWAFAsync. updateXssMatchSetAsync(UpdateXssMatchSetRequest updateXssMatchSetRequest, AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler)
Inserts or deletes XssMatchTuple objects (filters) in an XssMatchSet.Future<UpdateXssMatchSetResult>
AWSWAFAsyncClient. updateXssMatchSetAsync(UpdateXssMatchSetRequest request, AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler)
-
Uses of UpdateXssMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateXssMatchSetRequest Modifier and Type Method Description UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. clone()
UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withUpdates(XssMatchSetUpdate... updates)
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withUpdates(Collection<XssMatchSetUpdate> updates)
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withXssMatchSetId(String xssMatchSetId)
TheXssMatchSetId
of theXssMatchSet
that you want to update.
-