Uses of Class
com.algolia.search.models.apikeys.AddApiKeyResponse
-
Packages that use AddApiKeyResponse Package Description com.algolia.search -
-
Uses of AddApiKeyResponse in com.algolia.search
Methods in com.algolia.search that return AddApiKeyResponse 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/restrictionsMethods in com.algolia.search that return types with arguments of type AddApiKeyResponse Modifier and Type Method Description default 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/restrictions
-