Uses of Class
com.amazonaws.services.apigateway.model.UpdateApiKeyRequest
-
Packages that use UpdateApiKeyRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateApiKeyRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateApiKeyRequest Modifier and Type Method Description 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.Future<UpdateApiKeyResult>
AmazonApiGatewayAsyncClient. updateApiKeyAsync(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler)
-
Uses of UpdateApiKeyRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateApiKeyRequest Modifier and Type Method Description UpdateApiKeyRequest
UpdateApiKeyRequest. clone()
UpdateApiKeyRequest
UpdateApiKeyRequest. withApiKey(String apiKey)
The identifier of the ApiKey resource to be updated.UpdateApiKeyRequest
UpdateApiKeyRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequest
UpdateApiKeyRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.
-