| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF API Reference.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CreateXssMatchSetResult |
CreateXssMatchSetResult.clone() |
CreateXssMatchSetResult |
CreateXssMatchSetResult.withChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateXssMatchSet request. |
CreateXssMatchSetResult |
CreateXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
Copyright © 2016. All rights reserved.