Uses of Class
org.elasticsearch.client.security.InvalidateApiKeyResponse
-
Packages that use InvalidateApiKeyResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of InvalidateApiKeyResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return InvalidateApiKeyResponse Modifier and Type Method Description InvalidateApiKeyResponseSecurityClient. invalidateApiKey(InvalidateApiKeyRequest request, RequestOptions options)Invalidate API Key(s).
See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type InvalidateApiKeyResponse Modifier and Type Method Description CancellableSecurityClient. invalidateApiKeyAsync(InvalidateApiKeyRequest request, RequestOptions options, ActionListener<InvalidateApiKeyResponse> listener)Asynchronously invalidates API key(s).
See the docs for more. -
Uses of InvalidateApiKeyResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return InvalidateApiKeyResponse Modifier and Type Method Description static InvalidateApiKeyResponseInvalidateApiKeyResponse. emptyResponse()static InvalidateApiKeyResponseInvalidateApiKeyResponse. fromXContent(XContentParser parser)
-