Uses of Class
com.algolia.search.models.apikeys.RestoreApiKeyResponse
-
Packages that use RestoreApiKeyResponse Package Description com.algolia.search -
-
Uses of RestoreApiKeyResponse in com.algolia.search
Methods in com.algolia.search that return RestoreApiKeyResponse Modifier and Type Method Description default RestoreApiKeyResponseSearchClientAPIKeys. restoreApiKey(String apiKey)Restore the given API Keydefault RestoreApiKeyResponseSearchClientAPIKeys. restoreApiKey(String apiKey, RequestOptions requestOptions)Restore the given API KeyMethods in com.algolia.search that return types with arguments of type RestoreApiKeyResponse Modifier and Type Method Description default CompletableFuture<RestoreApiKeyResponse>SearchClientAPIKeys. restoreApiKeyAsync(String apiKey)Restore the given API Keydefault CompletableFuture<RestoreApiKeyResponse>SearchClientAPIKeys. restoreApiKeyAsync(String apiKey, RequestOptions requestOptions)Restore the given API Key
-