Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateWebACLResult> |
AWSWAFAsync.updateWebACLAsync(UpdateWebACLRequest updateWebACLRequest,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler)
Inserts or deletes ActivatedRule objects in a
WebACL . |
Future<UpdateWebACLResult> |
AbstractAWSWAFAsync.updateWebACLAsync(UpdateWebACLRequest request,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler) |
Future<UpdateWebACLResult> |
AWSWAFAsyncClient.updateWebACLAsync(UpdateWebACLRequest request,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateWebACLRequest |
UpdateWebACLRequest.clone() |
UpdateWebACLRequest |
UpdateWebACLRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(WafAction defaultAction) |
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withWebACLId(String webACLId)
The
WebACLId of the WebACL that you want to update. |
Copyright © 2018. All rights reserved.