Uses of Class
com.amazonaws.services.waf.model.CreateXssMatchSetResult
-
Packages that use CreateXssMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateXssMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateXssMatchSetResult 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.Method parameters in com.amazonaws.services.waf with type arguments of type CreateXssMatchSetResult 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 CreateXssMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateXssMatchSetResult Modifier and Type Method Description CreateXssMatchSetResult
CreateXssMatchSetResult. clone()
CreateXssMatchSetResult
CreateXssMatchSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theCreateXssMatchSet
request.CreateXssMatchSetResult
CreateXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
-