| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Optional<ApiKey>> |
AsyncAPIClient.getApiKey(String key)
Get an Key from it's name
|
Optional<ApiKey> |
APIClient.getApiKey(String key)
Get a Key from it's name
|
CompletableFuture<Optional<ApiKey>> |
AsyncAPIClient.getKey(String key)
Deprecated.
|
Optional<ApiKey> |
APIClient.getKey(String key)
Deprecated.
|
CompletableFuture<List<ApiKey>> |
AsyncAPIClient.listApiKeys()
List all existing user keys with their associated ACLs
|
List<ApiKey> |
APIClient.listApiKeys()
List all existing user keys with their associated ACLs
|
CompletableFuture<List<ApiKey>> |
AsyncAPIClient.listKeys()
Deprecated.
|
List<ApiKey> |
APIClient.listKeys()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addApiKey(ApiKey key)
Create a new key
|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key)
Create a new key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addKey(ApiKey key)
Deprecated.
|
CreateUpdateKey |
APIClient.addKey(ApiKey key)
Deprecated.
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateApiKey(String keyName,
ApiKey key)
Update a key
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key)
Update a key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateKey(String keyName,
ApiKey key)
Deprecated.
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
ApiKeys.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
ApiKeys |
ApiKeys.setKeys(List<ApiKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
ApiKey.setAcl(List<String> acl) |
ApiKey |
ApiKey.setDescription(String description) |
ApiKey |
ApiKey.setIndexes(List<String> indexes) |
ApiKey |
ApiKey.setMaxHitsPerQuery(Integer maxHitsPerQuery) |
ApiKey |
ApiKey.setMaxQueriesPerIPPerHour(Integer maxQueriesPerIPPerHour) |
ApiKey |
ApiKey.setQueryParameters(String queryParameters) |
ApiKey |
ApiKey.setReferers(List<String> referers) |
ApiKey |
ApiKey.setRestrictSources(String restrictSources) |
ApiKey |
ApiKey.setValidity(Integer validity) |
Copyright © 2017. All rights reserved.