Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateXssMatchSetResult> |
AbstractAWSWAFAsync.updateXssMatchSetAsync(UpdateXssMatchSetRequest request,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler) |
java.util.concurrent.Future<UpdateXssMatchSetResult> |
AWSWAFAsyncClient.updateXssMatchSetAsync(UpdateXssMatchSetRequest request,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler) |
java.util.concurrent.Future<UpdateXssMatchSetResult> |
AWSWAFAsync.updateXssMatchSetAsync(UpdateXssMatchSetRequest updateXssMatchSetRequest,
AsyncHandler<UpdateXssMatchSetRequest,UpdateXssMatchSetResult> asyncHandler)
Inserts or deletes XssMatchTuple objects (filters) in an
XssMatchSet.
|
Modifier and Type | Method and Description |
---|---|
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.clone() |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(java.util.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(java.lang.String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you
want to update. |
Modifier and Type | Method and Description |
---|---|
Request<UpdateXssMatchSetRequest> |
UpdateXssMatchSetRequestMarshaller.marshall(UpdateXssMatchSetRequest updateXssMatchSetRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateXssMatchSetRequest> |
UpdateXssMatchSetRequestMarshaller.marshall(UpdateXssMatchSetRequest updateXssMatchSetRequest) |