Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
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 |
AbstractAWSWAF.createXssMatchSet(CreateXssMatchSetRequest request) |
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> |
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> |
AbstractAWSWAFAsync.createXssMatchSetAsync(CreateXssMatchSetRequest request,
AsyncHandler<CreateXssMatchSetRequest,CreateXssMatchSetResult> asyncHandler) |
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 © 2018. All rights reserved.