Uses of Class
com.amazonaws.services.apigateway.model.UpdateApiKeyRequest
Packages that use UpdateApiKeyRequest
-
Uses of UpdateApiKeyRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateApiKeyRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateApiKey
(UpdateApiKeyRequest request) AmazonApiGateway.updateApiKey
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.AmazonApiGatewayClient.updateApiKey
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.AbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request) AbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Changes information about an ApiKey resource.AmazonApiGatewayAsyncClient.updateApiKeyAsync
(UpdateApiKeyRequest request) AmazonApiGatewayAsyncClient.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateApiKeyRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Changes information about an ApiKey resource.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 UpdateApiKeyRequestModifier and TypeMethodDescriptionUpdateApiKeyRequest.clone()
UpdateApiKeyRequest.withApiKey
(String apiKey) The identifier of the ApiKey resource to be updated.UpdateApiKeyRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.