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