Uses of Class
com.amazonaws.services.waf.model.CreateXssMatchSetRequest
-
Packages that use CreateXssMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateXssMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type CreateXssMatchSetRequest Modifier and Type Method Description CreateXssMatchSetResult
AbstractAWSWAF. createXssMatchSet(CreateXssMatchSetRequest request)
CreateXssMatchSetResult
AWSWAF. createXssMatchSet(CreateXssMatchSetRequest createXssMatchSetRequest)
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests.CreateXssMatchSetResult
AWSWAFClient. createXssMatchSet(CreateXssMatchSetRequest createXssMatchSetRequest)
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests.Future<CreateXssMatchSetResult>
AbstractAWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest request)
Future<CreateXssMatchSetResult>
AbstractAWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
Future<CreateXssMatchSetResult>
AWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest createXssMatchSetRequest)
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests.Future<CreateXssMatchSetResult>
AWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest createXssMatchSetRequest, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests.Future<CreateXssMatchSetResult>
AWSWAFAsyncClient. createXssMatchSetAsync(CreateXssMatchSetRequest request)
Future<CreateXssMatchSetResult>
AWSWAFAsyncClient. createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
Method parameters in com.amazonaws.services.waf with type arguments of type CreateXssMatchSetRequest Modifier and Type Method Description Future<CreateXssMatchSetResult>
AbstractAWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
Future<CreateXssMatchSetResult>
AWSWAFAsync. createXssMatchSetAsync(CreateXssMatchSetRequest createXssMatchSetRequest, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests.Future<CreateXssMatchSetResult>
AWSWAFAsyncClient. createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler)
-
Uses of CreateXssMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateXssMatchSetRequest Modifier and Type Method Description CreateXssMatchSetRequest
CreateXssMatchSetRequest. clone()
CreateXssMatchSetRequest
CreateXssMatchSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.CreateXssMatchSetRequest
CreateXssMatchSetRequest. withName(String name)
A friendly name or description for the XssMatchSet that you're creating.
-