Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
Packages that use UpdateApiKeyResponse
-
Uses of UpdateApiKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateApiKeyResponseModifier and TypeMethodDescriptiondefault 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 UpdateApiKeyResponseModifier and TypeMethodDescriptiondefault 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.