Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteByteMatchSetResult> |
AWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest deleteByteMatchSetRequest,
AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler)
Permanently deletes a ByteMatchSet.
|
Future<DeleteByteMatchSetResult> |
AbstractAWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request,
AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler) |
Future<DeleteByteMatchSetResult> |
AWSWAFAsyncClient.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request,
AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteByteMatchSetRequest |
DeleteByteMatchSetRequest.clone() |
DeleteByteMatchSetRequest |
DeleteByteMatchSetRequest.withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want
to delete. |
DeleteByteMatchSetRequest |
DeleteByteMatchSetRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
Copyright © 2018. All rights reserved.