Class DeleteServiceTokenRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.DeleteServiceTokenRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteServiceTokenRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • namespace

      public java.lang.String namespace()
      An identifier for the namespace

      API name: namespace

    • service

      public java.lang.String service()
      An identifier for the service name

      API name: service

    • name

      public java.lang.String name()
      An identifier for the token name

      API name: name

    • refresh

      @Nullable public jakarta.json.JsonValue refresh()
      If true then refresh the affected shards to make this operation visible to search, if wait_for (the default) then wait for a refresh to make this operation visible to search, if false then do nothing with refreshes.

      API name: refresh