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.clone() |
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.withName(String name)
The name of the ApiKey.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(StageKey... stageKeys)
Specifies whether the ApiKey can be used by callers.
|
Copyright © 2016. All rights reserved.