Uses of Class
software.amazon.awssdk.services.wafv2.model.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of DeleteApiKeyResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return DeleteApiKeyResponse Modifier and Type Method Description default DeleteApiKeyResponseWafv2Client. deleteAPIKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes the specified API key.default DeleteApiKeyResponseWafv2Client. deleteAPIKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the specified API key.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteApiKeyResponse>Wafv2AsyncClient. deleteAPIKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes the specified API key.default CompletableFuture<DeleteApiKeyResponse>Wafv2AsyncClient. deleteAPIKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the specified API key.
-