Class GetSslCertificatesRequest

java.lang.Object
org.elasticsearch.client.security.GetSslCertificatesRequest
All Implemented Interfaces:
Validatable

public final class GetSslCertificatesRequest
extends java.lang.Object
implements Validatable
Request object to retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static GetSslCertificatesRequest INSTANCE  

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Method Summary

    Modifier and Type Method Description
    org.elasticsearch.client.Request getRequest()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Field Details

  • Method Details

    • getRequest

      public org.elasticsearch.client.Request getRequest()