Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
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 |
---|---|
UpdateApiKeyRequest |
UpdateApiKeyRequest.clone() |
UpdateApiKeyRequest |
UpdateApiKeyRequest.withApiKey(String apiKey)
The identifier of the ApiKey resource to be updated.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
Copyright © 2017. All rights reserved.