Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
-
Packages that use UpdateApiKeyResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateApiKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateApiKeyResponse Modifier and Type Method Description default UpdateApiKeyResponseApiGatewayClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Changes information about an ApiKey resource.default UpdateApiKeyResponseApiGatewayClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Changes information about an ApiKey resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateApiKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateApiKeyResponse>ApiGatewayAsyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Changes information about an ApiKey resource.default CompletableFuture<UpdateApiKeyResponse>ApiGatewayAsyncClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Changes information about an ApiKey resource.
-