Uses of Class
com.amazonaws.services.waf.model.CreateXssMatchSetResult
Packages that use CreateXssMatchSetResult
-
Uses of CreateXssMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.createXssMatchSet(CreateXssMatchSetRequest request) 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.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.Methods in com.amazonaws.services.waf that return types with arguments of type CreateXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createXssMatchSetAsync(CreateXssMatchSetRequest request) AbstractAWSWAFAsync.createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest, CreateXssMatchSetResult> asyncHandler) 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.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.AWSWAFAsyncClient.createXssMatchSetAsync(CreateXssMatchSetRequest request) AWSWAFAsyncClient.createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest, CreateXssMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createXssMatchSetAsync(CreateXssMatchSetRequest request, AsyncHandler<CreateXssMatchSetRequest, CreateXssMatchSetResult> asyncHandler) 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.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 CreateXssMatchSetResultModifier and TypeMethodDescriptionCreateXssMatchSetResult.clone()CreateXssMatchSetResult.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateXssMatchSetrequest.CreateXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet) An XssMatchSet.