Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateXssMatchSetResult> |
AWSWAFAsync.updateXssMatchSetAsync(UpdateXssMatchSetRequest updateXssMatchSetRequest,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler)
Inserts or deletes XssMatchTuple objects (filters) in an
XssMatchSet.
|
Future<UpdateXssMatchSetResult> |
AbstractAWSWAFAsync.updateXssMatchSetAsync(UpdateXssMatchSetRequest request,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler) |
Future<UpdateXssMatchSetResult> |
AWSWAFAsyncClient.updateXssMatchSetAsync(UpdateXssMatchSetRequest request,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.clone() |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(XssMatchSetUpdate... updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withXssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you
want to update. |
Copyright © 2018. All rights reserved.