| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteApiKeyResult> |
AmazonApiGatewayAsync.deleteApiKeyAsync(DeleteApiKeyRequest deleteApiKeyRequest,
AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler)
Deletes the ApiKey resource.
|
Future<DeleteApiKeyResult> |
AbstractAmazonApiGatewayAsync.deleteApiKeyAsync(DeleteApiKeyRequest request,
AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler) |
Future<DeleteApiKeyResult> |
AmazonApiGatewayAsyncClient.deleteApiKeyAsync(DeleteApiKeyRequest request,
AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteApiKeyRequest |
DeleteApiKeyRequest.clone() |
DeleteApiKeyRequest |
DeleteApiKeyRequest.withApiKey(String apiKey)
[Required] The identifier of the ApiKey resource to be deleted.
|
Copyright © 2019. All rights reserved.