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 UpdateXssMatchSetRequestUpdateXssMatchSetRequest. clone()UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withUpdates(XssMatchSetUpdate... updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withUpdates(Collection<XssMatchSetUpdate> updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withXssMatchSetId(String xssMatchSetId)TheXssMatchSetIdof theXssMatchSetthat you want to update.
-