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