Uses of Class
com.algolia.search.models.apikeys.ApiKey
-
Packages that use ApiKey Package Description com.algolia.search com.algolia.search.models.apikeys -
-
Uses of ApiKey in com.algolia.search
Methods in com.algolia.search that return ApiKey Modifier and Type Method Description default ApiKeySearchClientAPIKeys. getApiKey(String apiKey)Get the permissions of an API Key.default ApiKeySearchClientAPIKeys. getApiKey(String apiKey, RequestOptions requestOptions)Get the permissions of an API Key.Methods in com.algolia.search that return types with arguments of type ApiKey Modifier and Type Method Description default CompletableFuture<ApiKey>SearchClientAPIKeys. getApiKeyAsync(String apiKey)Get the permissions of an API Key.default CompletableFuture<ApiKey>SearchClientAPIKeys. getApiKeyAsync(String apiKey, RequestOptions requestOptions)Get the permissions of an API Key.default List<ApiKey>SearchClientAPIKeys. listApiKeys()List all existing user keys with their associated ACLsdefault List<ApiKey>SearchClientAPIKeys. listApiKeys(RequestOptions requestOptions)List all existing user keys with their associated ACLsdefault CompletableFuture<List<ApiKey>>SearchClientAPIKeys. listApiKeysAsync()List asynchronously all existing user keys with their associated ACLsdefault CompletableFuture<List<ApiKey>>SearchClientAPIKeys. listApiKeysAsync(RequestOptions requestOptions)List asynchronously all existing user keys with their associated ACLsMethods in com.algolia.search with parameters of type ApiKey Modifier and Type Method Description default AddApiKeyResponseSearchClientAPIKeys. addApiKey(ApiKey acl)Add a new API Key with specific permissions/restrictionsdefault AddApiKeyResponseSearchClientAPIKeys. addApiKey(ApiKey acl, RequestOptions requestOptions)Add a new API Key with specific permissions/restrictionsdefault CompletableFuture<AddApiKeyResponse>SearchClientAPIKeys. addApiKeyAsync(ApiKey acl)Add a new API Key with specific permissions/restrictionsdefault CompletableFuture<AddApiKeyResponse>SearchClientAPIKeys. addApiKeyAsync(ApiKey acl, RequestOptions requestOptions)Add a new API Key with specific permissions/restrictionsdefault 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.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. -
Uses of ApiKey in com.algolia.search.models.apikeys
Methods in com.algolia.search.models.apikeys that return ApiKey Modifier and Type Method Description ApiKeyUpdateApiKeyResponse. getPendingKey()ApiKeyApiKey. setAcl(List<String> acl)ApiKeyApiKey. setDescription(String description)ApiKeyApiKey. setIndexes(List<String> indexes)ApiKeyApiKey. setMaxHitsPerQuery(Integer maxHitsPerQuery)ApiKeyApiKey. setMaxHitsPerQuery(Long maxHitsPerQuery)ApiKeyApiKey. setMaxQueriesPerIPPerHour(Integer maxQueriesPerIPPerHour)ApiKeyApiKey. setQueryParameters(String queryParameters)ApiKeyApiKey. setReferers(List<String> referers)ApiKeyApiKey. setValidity(Long validity)Methods in com.algolia.search.models.apikeys that return types with arguments of type ApiKey Modifier and Type Method Description Function<String,ApiKey>UpdateApiKeyResponse. getGetApiKeyFunction()List<ApiKey>ApiKeys. getKeys()Methods in com.algolia.search.models.apikeys with parameters of type ApiKey Modifier and Type Method Description voidUpdateApiKeyResponse. setPendingKey(ApiKey pendingKey)Method parameters in com.algolia.search.models.apikeys with type arguments of type ApiKey Modifier and Type Method Description voidAddApiKeyResponse. setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer)voidDeleteApiKeyResponse. setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer)voidRestoreApiKeyResponse. setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer)voidUpdateApiKeyResponse. setGetApiKeyFunction(Function<String,ApiKey> getApiKeyConsumer)ApiKeysApiKeys. setKeys(List<ApiKey> keys)
-