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