Uses of Class
com.algolia.search.models.apikeys.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse Package Description com.algolia.search -
-
Uses of DeleteApiKeyResponse in com.algolia.search
Methods in com.algolia.search that return DeleteApiKeyResponse Modifier and Type Method Description default DeleteApiKeyResponseSearchClientAPIKeys. deleteApiKey(String apiKey)Delete an existing API Keydefault DeleteApiKeyResponseSearchClientAPIKeys. deleteApiKey(String apiKey, RequestOptions requestOptions)Delete an existing API KeyMethods in com.algolia.search that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteApiKeyResponse>SearchClientAPIKeys. deleteApiKeyAsync(String apiKey)Delete an existing API Keydefault CompletableFuture<DeleteApiKeyResponse>SearchClientAPIKeys. deleteApiKeyAsync(String apiKey, RequestOptions requestOptions)Delete an existing API Key
-