| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway |  | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateApiKeyResult> | AmazonApiGatewayAsyncClient. createApiKeyAsync(CreateApiKeyRequest request,
                 AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) | 
| Future<CreateApiKeyResult> | AbstractAmazonApiGatewayAsync. createApiKeyAsync(CreateApiKeyRequest request,
                 AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) | 
| Future<CreateApiKeyResult> | AmazonApiGatewayAsync. createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest,
                 AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler)
 Create an ApiKey resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateApiKeyRequest | CreateApiKeyRequest. addTagsEntry(String key,
            String value) | 
| CreateApiKeyRequest | CreateApiKeyRequest. clearTagsEntries()Removes all the entries added into Tags. | 
| CreateApiKeyRequest | CreateApiKeyRequest. clone() | 
| CreateApiKeyRequest | CreateApiKeyRequest. withCustomerId(String customerId)
 An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withDescription(String description)
 The description of the ApiKey. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withEnabled(Boolean enabled)
 Specifies whether the ApiKey can be used by callers. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withGenerateDistinctId(Boolean generateDistinctId)
 Specifies whether ( true) or not (false) the key identifier is distinct from the created
 API key value. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withName(String name)
 The name of the ApiKey. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withStageKeys(Collection<StageKey> stageKeys)
 DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withStageKeys(StageKey... stageKeys)
 DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withTags(Map<String,String> tags)
 The key-value map of strings. | 
| CreateApiKeyRequest | CreateApiKeyRequest. withValue(String value)
 Specifies a value of the API key. | 
Copyright © 2019. All rights reserved.