| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteUsagePlanKeyResult> |
AmazonApiGatewayAsync.deleteUsagePlanKeyAsync(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest,
AsyncHandler<DeleteUsagePlanKeyRequest,DeleteUsagePlanKeyResult> asyncHandler)
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
|
Future<DeleteUsagePlanKeyResult> |
AbstractAmazonApiGatewayAsync.deleteUsagePlanKeyAsync(DeleteUsagePlanKeyRequest request,
AsyncHandler<DeleteUsagePlanKeyRequest,DeleteUsagePlanKeyResult> asyncHandler) |
Future<DeleteUsagePlanKeyResult> |
AmazonApiGatewayAsyncClient.deleteUsagePlanKeyAsync(DeleteUsagePlanKeyRequest request,
AsyncHandler<DeleteUsagePlanKeyRequest,DeleteUsagePlanKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteUsagePlanKeyRequest |
DeleteUsagePlanKeyRequest.clone() |
DeleteUsagePlanKeyRequest |
DeleteUsagePlanKeyRequest.withKeyId(String keyId)
[Required] The Id of the UsagePlanKey resource to be deleted.
|
DeleteUsagePlanKeyRequest |
DeleteUsagePlanKeyRequest.withUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.
|
Copyright © 2019. All rights reserved.