| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
CreateUpdateKey |
Index.addKey(ApiKey key)
Add a key to this index
|
CreateUpdateKey |
APIClient.addKey(ApiKey key)
Create a new key
|
CreateUpdateKey |
Index.updateKey(String keyName,
ApiKey key)
Update a key by name from this index
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key)
Update a key
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateUpdateKey> |
AsyncIndex.addKey(ApiKey key)
Add a key to this index
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addKey(ApiKey key)
Create a new key
|
CompletableFuture<CreateUpdateKey> |
AsyncIndex.updateKey(String keyName,
ApiKey key)
Update a key by name from this index
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateKey(String keyName,
ApiKey key)
Update a key
|
| Modifier and Type | Method and Description |
|---|---|
CreateUpdateKey |
CreateUpdateKey.setCreatedAt(String createdAt) |
CreateUpdateKey |
CreateUpdateKey.setKey(String key) |
Copyright © 2016. All rights reserved.