| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteAPIKeyResult> |
AWSWAFV2AsyncClient.deleteAPIKeyAsync(DeleteAPIKeyRequest request,
AsyncHandler<DeleteAPIKeyRequest,DeleteAPIKeyResult> asyncHandler) |
Future<DeleteAPIKeyResult> |
AWSWAFV2Async.deleteAPIKeyAsync(DeleteAPIKeyRequest deleteAPIKeyRequest,
AsyncHandler<DeleteAPIKeyRequest,DeleteAPIKeyResult> asyncHandler)
Deletes the specified API key.
|
Future<DeleteAPIKeyResult> |
AbstractAWSWAFV2Async.deleteAPIKeyAsync(DeleteAPIKeyRequest request,
AsyncHandler<DeleteAPIKeyRequest,DeleteAPIKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteAPIKeyRequest |
DeleteAPIKeyRequest.clone() |
DeleteAPIKeyRequest |
DeleteAPIKeyRequest.withAPIKey(String aPIKey)
The encrypted API key that you want to delete.
|
DeleteAPIKeyRequest |
DeleteAPIKeyRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
DeleteAPIKeyRequest |
DeleteAPIKeyRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2024. All rights reserved.