Uses of Class
com.amazonaws.services.waf.model.DeleteXssMatchSetRequest
-
Packages that use DeleteXssMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of DeleteXssMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type DeleteXssMatchSetRequest Modifier and Type Method Description Future<DeleteXssMatchSetResult>
AbstractAWSWAFAsync. deleteXssMatchSetAsync(DeleteXssMatchSetRequest request, AsyncHandler<DeleteXssMatchSetRequest,DeleteXssMatchSetResult> asyncHandler)
Future<DeleteXssMatchSetResult>
AWSWAFAsync. deleteXssMatchSetAsync(DeleteXssMatchSetRequest deleteXssMatchSetRequest, AsyncHandler<DeleteXssMatchSetRequest,DeleteXssMatchSetResult> asyncHandler)
Permanently deletes an XssMatchSet.Future<DeleteXssMatchSetResult>
AWSWAFAsyncClient. deleteXssMatchSetAsync(DeleteXssMatchSetRequest request, AsyncHandler<DeleteXssMatchSetRequest,DeleteXssMatchSetResult> asyncHandler)
-
Uses of DeleteXssMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return DeleteXssMatchSetRequest Modifier and Type Method Description DeleteXssMatchSetRequest
DeleteXssMatchSetRequest. clone()
DeleteXssMatchSetRequest
DeleteXssMatchSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.DeleteXssMatchSetRequest
DeleteXssMatchSetRequest. withXssMatchSetId(String xssMatchSetId)
TheXssMatchSetId
of the XssMatchSet that you want to delete.
-