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