| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
default AddApiKeyResponse |
SearchClientAPIKeys.addApiKey(ApiKey acl)
Add a new API Key with specific permissions/restrictions
|
default AddApiKeyResponse |
SearchClientAPIKeys.addApiKey(ApiKey acl,
RequestOptions requestOptions)
Add a new API Key with specific permissions/restrictions
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddApiKeyResponse> |
SearchClientAPIKeys.addApiKeyAsync(ApiKey acl)
Add a new API Key with specific permissions/restrictions
|
default CompletableFuture<AddApiKeyResponse> |
SearchClientAPIKeys.addApiKeyAsync(ApiKey acl,
RequestOptions requestOptions)
Add a new API Key with specific permissions/restrictions
|
Copyright © 2019. All rights reserved.