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