| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetApiKeyResult |
AmazonApiGatewayClient.getApiKey(GetApiKeyRequest request)
Gets information about the current ApiKey resource.
|
GetApiKeyResult |
AbstractAmazonApiGateway.getApiKey(GetApiKeyRequest request) |
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> |
AbstractAmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest request) |
Future<GetApiKeyResult> |
AmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest getApiKeyRequest)
Gets information about the current ApiKey resource.
|
Future<GetApiKeyResult> |
AmazonApiGatewayAsyncClient.getApiKeyAsync(GetApiKeyRequest request,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler) |
Future<GetApiKeyResult> |
AbstractAmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest request,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler) |
Future<GetApiKeyResult> |
AmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest getApiKeyRequest,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler)
Gets information about the current ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApiKeyResult> |
AmazonApiGatewayAsyncClient.getApiKeyAsync(GetApiKeyRequest request,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler) |
Future<GetApiKeyResult> |
AbstractAmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest request,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler) |
Future<GetApiKeyResult> |
AmazonApiGatewayAsync.getApiKeyAsync(GetApiKeyRequest getApiKeyRequest,
AsyncHandler<GetApiKeyRequest,GetApiKeyResult> asyncHandler)
Gets information about the current ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetApiKeyResult |
GetApiKeyResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetApiKeyResult |
GetApiKeyResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetApiKeyResult |
GetApiKeyResult.clone() |
GetApiKeyResult |
GetApiKeyResult.withCreatedDate(Date createdDate)
The timestamp when the API Key was created.
|
GetApiKeyResult |
GetApiKeyResult.withCustomerId(String customerId)
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
|
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)
The timestamp when the API Key was last updated.
|
GetApiKeyResult |
GetApiKeyResult.withName(String name)
The name of the API Key.
|
GetApiKeyResult |
GetApiKeyResult.withStageKeys(Collection<String> stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
GetApiKeyResult |
GetApiKeyResult.withStageKeys(String... stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
GetApiKeyResult |
GetApiKeyResult.withTags(Map<String,String> tags)
The collection of tags.
|
GetApiKeyResult |
GetApiKeyResult.withValue(String value)
The value of the API Key.
|
Copyright © 2023. All rights reserved.