| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway |  | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateApiKeyResult | AmazonApiGatewayClient. createApiKey(CreateApiKeyRequest request)
 Create an ApiKey resource. | 
| CreateApiKeyResult | AmazonApiGateway. createApiKey(CreateApiKeyRequest createApiKeyRequest)
 Create an ApiKey resource. | 
| CreateApiKeyResult | AbstractAmazonApiGateway. createApiKey(CreateApiKeyRequest request) | 
| 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 | 
|---|---|
| CreateApiKeyResult | CreateApiKeyResult. clone() | 
| CreateApiKeyResult | CreateApiKeyResult. withCreatedDate(Date createdDate)
 The timestamp when the API Key was created. | 
| CreateApiKeyResult | CreateApiKeyResult. withCustomerId(String customerId)
 An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace. | 
| CreateApiKeyResult | CreateApiKeyResult. withDescription(String description)
 The description of the API Key. | 
| CreateApiKeyResult | CreateApiKeyResult. withEnabled(Boolean enabled)
 Specifies whether the API Key can be used by callers. | 
| CreateApiKeyResult | CreateApiKeyResult. withId(String id)
 The identifier of the API Key. | 
| CreateApiKeyResult | CreateApiKeyResult. withLastUpdatedDate(Date lastUpdatedDate)
 The timestamp when the API Key was last updated. | 
| CreateApiKeyResult | CreateApiKeyResult. withName(String name)
 The name of the API Key. | 
| CreateApiKeyResult | CreateApiKeyResult. withStageKeys(Collection<String> stageKeys) | 
| CreateApiKeyResult | CreateApiKeyResult. withStageKeys(String... stageKeys) | 
| CreateApiKeyResult | CreateApiKeyResult. withValue(String value)
 The value of the API Key. | 
Copyright © 2017. All rights reserved.