Uses of Class
com.algolia.search.models.apikeys.UpdateApiKeyResponse
-
Packages that use UpdateApiKeyResponse Package Description com.algolia.search -
-
Uses of UpdateApiKeyResponse in com.algolia.search
Methods in com.algolia.search that return UpdateApiKeyResponse Modifier and Type Method Description default UpdateApiKeyResponseSearchClientAPIKeys. updateApiKey(ApiKey request)Update the permissions of an existing API Key.default UpdateApiKeyResponseSearchClientAPIKeys. updateApiKey(ApiKey request, RequestOptions requestOptions)Update the permissions of an existing API Key.Methods in com.algolia.search that return types with arguments of type UpdateApiKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateApiKeyResponse>SearchClientAPIKeys. updateApiKeyAsync(ApiKey request)Update the permissions of an existing API Key.default CompletableFuture<UpdateApiKeyResponse>SearchClientAPIKeys. updateApiKeyAsync(ApiKey request, RequestOptions requestOptions)Update the permissions of an existing API Key.
-