| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF API Reference.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWebACLResult> |
AbstractAWSWAFAsync.deleteWebACLAsync(DeleteWebACLRequest request,
AsyncHandler<DeleteWebACLRequest,DeleteWebACLResult> asyncHandler) |
Future<DeleteWebACLResult> |
AWSWAFAsync.deleteWebACLAsync(DeleteWebACLRequest deleteWebACLRequest,
AsyncHandler<DeleteWebACLRequest,DeleteWebACLResult> asyncHandler)
Permanently deletes a WebACL.
|
Future<DeleteWebACLResult> |
AWSWAFAsyncClient.deleteWebACLAsync(DeleteWebACLRequest request,
AsyncHandler<DeleteWebACLRequest,DeleteWebACLResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteWebACLRequest |
DeleteWebACLRequest.clone() |
DeleteWebACLRequest |
DeleteWebACLRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteWebACLRequest |
DeleteWebACLRequest.withWebACLId(String webACLId)
The
WebACLId of the WebACL that you want to delete. |
Copyright © 2016. All rights reserved.