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