| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateUsagePlanKeyResult> | 
AmazonApiGatewayAsyncClient.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest request,
                       AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler)  | 
Future<CreateUsagePlanKeyResult> | 
AbstractAmazonApiGatewayAsync.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest request,
                       AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler)  | 
Future<CreateUsagePlanKeyResult> | 
AmazonApiGatewayAsync.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest createUsagePlanKeyRequest,
                       AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler)
 Creates a usage plan key for adding an existing API key to a usage plan. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUsagePlanKeyRequest | 
CreateUsagePlanKeyRequest.clone()  | 
CreateUsagePlanKeyRequest | 
CreateUsagePlanKeyRequest.withKeyId(String keyId)
 The identifier of a UsagePlanKey resource for a plan customer. 
 | 
CreateUsagePlanKeyRequest | 
CreateUsagePlanKeyRequest.withKeyType(String keyType)
 The type of a UsagePlanKey resource for a plan customer. 
 | 
CreateUsagePlanKeyRequest | 
CreateUsagePlanKeyRequest.withUsagePlanId(String usagePlanId)
 The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource
 representing a plan customer. 
 | 
Copyright © 2023. All rights reserved.