Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteWebACLResult> |
AWSWAFAsync.deleteWebACLAsync(DeleteWebACLRequest deleteWebACLRequest,
AsyncHandler<DeleteWebACLRequest,DeleteWebACLResult> asyncHandler)
Permanently deletes a WebACL.
|
Future<DeleteWebACLResult> |
AbstractAWSWAFAsync.deleteWebACLAsync(DeleteWebACLRequest request,
AsyncHandler<DeleteWebACLRequest,DeleteWebACLResult> asyncHandler) |
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 © 2018. All rights reserved.