Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateApiKeyResult |
AbstractAmazonApiGateway.updateApiKey(UpdateApiKeyRequest request) |
UpdateApiKeyResult |
AmazonApiGatewayClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
UpdateApiKeyResult |
AmazonApiGateway.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateApiKeyResult> |
AmazonApiGatewayAsyncClient.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Future<UpdateApiKeyResult> |
AmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest updateApiKeyRequest,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler)
Changes information about an ApiKey resource.
|
Future<UpdateApiKeyResult> |
AbstractAmazonApiGatewayAsync.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateApiKeyResult |
UpdateApiKeyResult.clone() |
UpdateApiKeyResult |
UpdateApiKeyResult.withCreatedDate(Date createdDate)
The date when the API Key was created, in ISO 8601 format.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withDescription(String description)
The description of the API Key.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withEnabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withId(String id)
The identifier of the API Key.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withLastUpdatedDate(Date lastUpdatedDate)
When the API Key was last updated, in ISO 8601 format.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withName(String name)
The name of the API Key.
|
UpdateApiKeyResult |
UpdateApiKeyResult.withStageKeys(Collection<String> stageKeys)
|
UpdateApiKeyResult |
UpdateApiKeyResult.withStageKeys(String... stageKeys)
|
Copyright © 2018. All rights reserved.