Class ElasticsearchXpackAsyncClient

java.lang.Object
co.elastic.clients.base.ApiClient
co.elastic.clients.elasticsearch.xpack.ElasticsearchXpackAsyncClient

public class ElasticsearchXpackAsyncClient
extends ApiClient
Client for the xpack namespace.
  • Constructor Details

    • ElasticsearchXpackAsyncClient

      public ElasticsearchXpackAsyncClient​(Transport transport)
  • Method Details

    • info

      public java.util.concurrent.CompletableFuture<InfoResponse> info​(InfoRequest request) throws java.io.IOException
      Retrieves information about the installed X-Pack features.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co
    • info

      public final java.util.concurrent.CompletableFuture<InfoResponse> info​(java.util.function.Function<InfoRequest.Builder,​ObjectBuilder<InfoRequest>> fn) throws java.io.IOException
      Retrieves information about the installed X-Pack features.
      Parameters:
      fn - a function that initializes a freshly created builder. This function can either return its builder argument after having set its properties or return another builder.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co
    • usage

      public java.util.concurrent.CompletableFuture<UsageResponse> usage​(UsageRequest request) throws java.io.IOException
      Retrieves usage information about the installed X-Pack features.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co
    • usage

      public final java.util.concurrent.CompletableFuture<UsageResponse> usage​(java.util.function.Function<UsageRequest.Builder,​ObjectBuilder<UsageRequest>> fn) throws java.io.IOException
      Retrieves usage information about the installed X-Pack features.
      Parameters:
      fn - a function that initializes a freshly created builder. This function can either return its builder argument after having set its properties or return another builder.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co