Class ElasticsearchSslAsyncClient

java.lang.Object
co.elastic.clients.base.ApiClient
co.elastic.clients.elasticsearch.ssl.ElasticsearchSslAsyncClient

public class ElasticsearchSslAsyncClient
extends ApiClient
Client for the ssl namespace.
  • Field Summary

    Fields inherited from class co.elastic.clients.base.ApiClient

    transport
  • Constructor Summary

    Constructors
    Constructor Description
    ElasticsearchSslAsyncClient​(Transport transport)  
  • Method Summary

    Modifier and Type Method Description
    java.util.concurrent.CompletableFuture<CertificatesResponse> certificates()
    Retrieves information about the X.509 certificates used to encrypt communications in the cluster.

    Methods inherited from class co.elastic.clients.base.ApiClient

    _transport, getDeserializer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ElasticsearchSslAsyncClient

      public ElasticsearchSslAsyncClient​(Transport transport)
  • Method Details

    • certificates

      public java.util.concurrent.CompletableFuture<CertificatesResponse> certificates() throws java.io.IOException
      Retrieves information about the X.509 certificates used to encrypt communications in the cluster.
      Throws:
      java.io.IOException
      See Also:
      Documentation on elastic.co